Files
hamster-tycoon/go.mod
Jeffrey Duroyon 90f86a02f4 wip
2020-07-19 02:05:40 +02:00

31 lines
1.1 KiB
Modula-2

module hamster-tycoon
go 1.13
require (
cloud.google.com/go v0.57.0 // indirect
github.com/allegro/bigcache v1.2.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/lib/pq v1.5.2
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
google.golang.org/api v0.25.0
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.56.0 // indirect
)