mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
See changes in https://github.com/docker/model-runner/compare/cmd/cli/v1.0.3...59280ed7abd5dc3859c6ed83277af7b868e08d79 Signed-off-by: Dorin Geman <dorin.geman@docker.com>
15 lines
287 B
Modula-2
15 lines
287 B
Modula-2
module github.com/docker/docs/hack/releaser
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/alecthomas/kong v1.4.0
|
|
github.com/aws/aws-sdk-go v1.55.5
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|