mirror of
https://github.com/codewhitesec/Lastenzug
synced 2026-06-08 13:35:16 +00:00
17 lines
612 B
Modula-2
17 lines
612 B
Modula-2
module github.com/c-f/talje
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kabukky/httpscerts v0.0.0-20150320125433-617593d7dcb3 // indirect
|
|
github.com/spf13/cobra v1.3.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
)
|