You've already forked docker-hub-description-updater
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 1m41s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 48s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 36s
Lint Markdown files / Run markdown linter (pull_request) Successful in 14s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
11 lines
226 B
Modula-2
11 lines
226 B
Modula-2
module github.com/volker-raschek/docker-hub-description-updater
|
|
|
|
go 1.24
|
|
|
|
require github.com/spf13/cobra v1.10.0
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.8 // indirect
|
|
)
|