astraproxy/go.mod

13 lines
330 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-03-22 18:57:01 +01:00
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/tg123/go-htpasswd v1.2.1
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2022-09-04 22:07:58 +02:00
)