astraproxy/go.mod

10 lines
176 B
Modula-2
Raw Normal View History

2020-05-19 21:53:13 +02:00
module github.com/Snawoot/dumbproxy
go 1.13
2020-05-24 20:32:40 +02:00
2022-09-04 22:07:58 +02:00
require (
2023-02-07 23:11:15 +01:00
github.com/tg123/go-htpasswd v1.2.0
2022-09-04 22:07:58 +02:00
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
2023-02-09 00:17:19 +01:00
golang.org/x/net v0.5.0
2022-09-04 22:07:58 +02:00
)