2025-09-24 15:37:57 +02:00
|
|
|
module fornaxian.tech/fnx_web
|
2019-12-17 19:28:30 +01:00
|
|
|
|
2025-09-24 15:37:57 +02:00
|
|
|
go 1.25.1
|
2020-06-07 21:12:48 +02:00
|
|
|
|
2023-09-14 01:34:36 +02:00
|
|
|
replace (
|
|
|
|
fornaxian.tech/pixeldrain_api_client => ../pixeldrain_api_client
|
|
|
|
fornaxian.tech/util => ../util
|
|
|
|
)
|
2022-02-07 12:00:22 +01:00
|
|
|
|
2019-12-17 19:28:30 +01:00
|
|
|
require (
|
2021-11-16 15:20:15 +01:00
|
|
|
fornaxian.tech/config v0.0.0-20211108212237-6133aed90586
|
|
|
|
fornaxian.tech/log v0.0.0-20211102185326-552e9b1f8640
|
2025-09-24 15:37:57 +02:00
|
|
|
fornaxian.tech/pixeldrain_api_client v0.0.0-20250718232230-4672a08047c1
|
2025-03-20 19:39:15 +01:00
|
|
|
fornaxian.tech/util v0.0.0-20250313124813-fd980f174f1d
|
2021-11-22 22:47:17 +01:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-03-20 19:39:15 +01:00
|
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
2025-01-30 00:08:01 +01:00
|
|
|
github.com/gocql/gocql v1.7.0 // indirect
|
2025-03-20 19:39:15 +01:00
|
|
|
github.com/golang/snappy v1.0.0 // indirect
|
2021-11-02 10:33:07 +01:00
|
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
2025-09-24 15:37:57 +02:00
|
|
|
golang.org/x/crypto v0.42.0 // indirect
|
2021-11-02 10:33:07 +01:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2019-12-17 19:28:30 +01:00
|
|
|
)
|