go mod tidy

This commit is contained in:
Vladislav Yarmak
2021-03-27 02:48:59 +02:00
parent 1c4a8991bc
commit 7c8085ad81
+2 -2
View File
@@ -3,6 +3,6 @@ module github.com/Snawoot/opera-proxy
go 1.16 go 1.16
require ( require (
github.com/Snawoot/go-http-digest-auth-client v1.0.0 // indirect github.com/Snawoot/go-http-digest-auth-client v1.0.0
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
) )