server/go.mod

18 lines
562 B
Modula-2
Raw Normal View History

2021-05-13 21:47:18 +00:00
module srs.epita.fr/fic-server
2021-06-08 23:11:23 +00:00
go 1.16
2021-05-13 21:47:18 +00:00
require (
github.com/BurntSushi/toml v0.4.1
2021-05-13 21:47:18 +00:00
github.com/fsnotify/fsnotify v1.4.9 // indirect
2021-10-26 18:13:09 +00:00
github.com/go-git/go-git/v5 v5.4.2
2021-05-13 21:47:18 +00:00
github.com/go-sql-driver/mysql v1.6.0
github.com/julienschmidt/httprouter v1.3.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
2021-09-05 03:27:36 +00:00
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
2021-05-13 21:47:18 +00:00
gopkg.in/fsnotify.v1 v1.4.7
)