Skip to content

Commit

Permalink
reverted to go.mod and go.sum files
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBadman committed Dec 31, 2024
1 parent 97bba32 commit b30490f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ext/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/elazarl/goproxy/ext

go 1.20

replace github.com/elazarl/goproxy => ../

require (
github.com/elazarl/goproxy v0.0.0
github.com/elazarl/goproxy v0.0.0-20241217120900-7711dfa3811c
golang.org/x/net v0.33.0
golang.org/x/text v0.21.0
)
2 changes: 2 additions & 0 deletions ext/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/elazarl/goproxy v0.0.0-20241217120900-7711dfa3811c h1:yWAGp1CjD1mQGLUsADqPn5s1n2AkGAX33XLDUgoXzyo=
github.com/elazarl/goproxy v0.0.0-20241217120900-7711dfa3811c/go.mod h1:P73liMk9TZCyF9fXG/RyMeSizmATvpvy3ZS61/1eXn4=
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
Expand Down

0 comments on commit b30490f

Please sign in to comment.