module smart-provincial go 1.18 require ( github.com/fsnotify/fsnotify v1.4.9 github.com/golang/protobuf v1.3.5 github.com/jaryhe/gopkgs v0.0.0-20200905032310-2bcd57283d30 github.com/jinzhu/gorm v1.9.12 github.com/json-iterator/go v1.1.9 github.com/spf13/viper v1.6.2 github.com/tidwall/gjson v1.6.0 go.uber.org/zap v1.14.1 google.golang.org/grpc v1.28.0 ) require ( github.com/go-redis/redis v6.15.7+incompatible // indirect github.com/go-sql-driver/mysql v1.4.1 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/influxdata/influxdb v1.8.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/magiconair/properties v1.8.1 // indirect github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/pelletier/go-toml v1.2.0 // indirect github.com/sony/sonyflake v1.0.0 // indirect github.com/spf13/afero v1.1.2 // indirect github.com/spf13/cast v1.3.0 // indirect github.com/spf13/jwalterweatherman v1.0.0 // indirect github.com/spf13/pflag v1.0.3 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/tidwall/match v1.0.1 // indirect github.com/tidwall/pretty v1.0.0 // indirect go.uber.org/atomic v1.6.0 // indirect go.uber.org/multierr v1.5.0 // indirect golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/appengine v1.6.5 // indirect google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f // indirect gopkg.in/ini.v1 v1.51.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect )