go.mod @@ -1,3 +1,8 @@ module test go 1.12 require ( github.com/gin-gonic/gin v1.6.1 github.com/spf13/viper v1.6.2 )