Fix login test . test for package content too #3

Merged
mihaim merged 2 commits from fix_login_test into master 2022-03-26 22:52:00 +00:00
Showing only changes of commit 32850d0f4b - Show all commits

5
go.mod
View File

@ -2,4 +2,7 @@ module tfm.ro/elbot
go 1.16 go 1.16
require github.com/spf13/viper v1.8.1 // indirect require (
github.com/magiconair/properties v1.8.5 // indirect
github.com/spf13/viper v1.8.1 // indirect
)