Commit da7a5ace authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

downgrade version of viper to support earlier go versions

parent 9dda48dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,9 +3,10 @@ module github.com/InterDigitalInc/AdvantEDGE/go-packages/meep-vis-traffic-mgr
go 1.16

require (
	github.com/BurntSushi/toml v1.1.0 // indirect
	github.com/InterDigitalInc/AdvantEDGE/go-packages/meep-logger v0.0.0
	github.com/lib/pq v1.5.2
	github.com/spf13/viper v1.11.0
	github.com/spf13/viper v1.3.2
)

replace github.com/InterDigitalInc/AdvantEDGE/go-packages/meep-logger => ../../go-packages/meep-logger