mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Add go version to the mod file
This commit is contained in:
parent
583f79b3ea
commit
c171232d3a
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -1,5 +1,7 @@
|
|||
module github.com/spf13/viper
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
||||
github.com/coreos/bbolt v1.3.2 // indirect
|
||||
|
|
Loading…
Reference in a new issue