module github.com/shima-park/agollo go 1.13 require ( github.com/magiconair/properties v1.8.1 github.com/pelletier/go-toml v1.4.0 // indirect github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.6.1 github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 gopkg.in/go-playground/assert.v1 v1.2.1 )