module github.com/clivern/walrus go 1.16 require ( github.com/aws/aws-sdk-go v1.38.11 github.com/coreos/etcd v3.3.25+incompatible // indirect github.com/drone/envsubst v1.0.2 github.com/franela/goblin v0.0.0-20210113153425-413781f5e6c8 github.com/gin-gonic/gin v1.6.3 github.com/markbates/pkger v0.17.1 github.com/prometheus/client_golang v1.10.0 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 go.etcd.io/etcd v3.3.25+incompatible golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 )