chore(deps): update module github.com/burntsushi/toml to v1.2.1
This commit is contained in:
parent
9ed4a918d4
commit
9a6dd6e360
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.2.0
|
||||
github.com/BurntSushi/toml v1.2.1
|
||||
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
|
|
|
|||
Reference in a new issue