Files
fnx_web/go.mod

24 lines
1014 B
Modula-2
Raw Normal View History

2020-07-29 17:27:36 +02:00
module fornaxian.tech/pixeldrain_web
2019-12-17 19:28:30 +01:00
2021-11-02 10:33:07 +01:00
go 1.17
2020-06-07 21:12:48 +02:00
2019-12-17 19:28:30 +01:00
require (
2021-11-02 16:28:02 +01:00
fornaxian.tech/log v0.0.0-20190617093801-1c7ce9a7c9b3 // indirect
2021-11-02 16:59:20 +01:00
fornaxian.tech/pixeldrain_api_client v0.0.0-20211102100427-d8ecaecb350b
2021-11-02 16:28:02 +01:00
fornaxian.tech/util v0.0.0-20211102152345-9a486dee9787
2021-11-02 10:33:07 +01:00
github.com/BurntSushi/toml v0.4.1 // indirect
2019-12-17 19:28:30 +01:00
github.com/Fornaxian/config v0.0.0-20180915150834-ac41cf746a70
github.com/Fornaxian/log v0.0.0-20190617093801-1c7ce9a7c9b3
2021-11-02 10:33:07 +01:00
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
github.com/gorilla/css v1.0.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
2019-12-17 19:28:30 +01:00
github.com/julienschmidt/httprouter v1.3.0
2021-11-02 10:33:07 +01:00
github.com/microcosm-cc/bluemonday v1.0.16
2020-12-15 16:25:20 +01:00
github.com/russross/blackfriday/v2 v2.1.0
2021-11-02 10:33:07 +01:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
2019-12-17 19:28:30 +01:00
)