astraproxy/go.mod

16 lines
468 B
Modula-2
Raw Normal View History

2024-01-28 21:56:59 +01:00
module github.com/SenseUnit/dumbproxy
2020-05-19 21:53:13 +02:00
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
2023-11-12 14:33:33 +01:00
github.com/coreos/go-systemd/v22 v22.5.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
2023-03-22 18:57:01 +01:00
github.com/kr/pretty v0.3.1 // indirect
2023-12-19 12:37:53 +01:00
github.com/tg123/go-htpasswd v1.2.2
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
2023-03-22 18:57:01 +01:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2022-09-04 22:07:58 +02:00
)