mirror of
https://github.com/spf13/viper
synced 2025-05-11 14:47:20 +00:00
21 lines
647 B
Modula-2
21 lines
647 B
Modula-2
module github.com/spf13/viper/ci
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
dagger.io/dagger v0.4.2
|
|
github.com/magefile/mage v1.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/Khan/genqlient v0.5.0 // indirect
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/iancoleman/strcase v0.2.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
|
)
|