Files
opera-proxy/go.mod
T
Vladislav Yarmak fabf1d9af1 WIP
2021-03-25 16:25:36 +02:00

9 lines
191 B
Modula-2

module github.com/Snawoot/opera-proxy
go 1.16
require (
github.com/Snawoot/go-http-digest-auth-client v1.0.0 // indirect
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
)