Update dependencies
This commit is contained in:
11
go.mod
11
go.mod
@@ -3,12 +3,11 @@ module fornaxian.tech/pixeldrain_web
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
fornaxian.tech/log v0.0.0-20190617093801-1c7ce9a7c9b3 // indirect
|
||||
fornaxian.tech/pixeldrain_api_client v0.0.0-20211102100427-d8ecaecb350b
|
||||
fornaxian.tech/config v0.0.0-20211108212237-6133aed90586
|
||||
fornaxian.tech/log v0.0.0-20211102185326-552e9b1f8640
|
||||
fornaxian.tech/pixeldrain_api_client v0.0.0-20211116125507-617387c4f7e7
|
||||
fornaxian.tech/util v0.0.0-20211102152345-9a486dee9787
|
||||
github.com/BurntSushi/toml v0.4.1 // indirect
|
||||
github.com/Fornaxian/config v0.0.0-20180915150834-ac41cf746a70
|
||||
github.com/Fornaxian/log v0.0.0-20190617093801-1c7ce9a7c9b3
|
||||
github.com/aymerick/douceur v0.2.0 // indirect
|
||||
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1 // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
@@ -17,7 +16,7 @@ require (
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/microcosm-cc/bluemonday v1.0.16
|
||||
github.com/russross/blackfriday/v2 v2.1.0
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
||||
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
|
||||
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user