chore(deps): update module github.com/burntsushi/toml to v1.1.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa7dc0b9b7
commit
14281b5485
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -3,7 +3,7 @@ module srs.epita.fr/fic-server
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.0.0
|
||||
github.com/BurntSushi/toml v1.1.0
|
||||
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
github.com/go-sql-driver/mysql v1.6.0
|
||||
|
|
|
|||
Reference in a new issue