Skip to content

Commit

Permalink
Merge pull request #24 from Amnesic-Systems/update-protobuf
Browse files Browse the repository at this point in the history
Update `protobuf` package and vendor dependencies.
  • Loading branch information
NullHypothesis authored Mar 30, 2024
2 parents a37caf0 + 73d1f5c commit 075992e
Show file tree
Hide file tree
Showing 1,014 changed files with 415,994 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ require (
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/Amnesic-Systems/nitriding-proxy v0.1.0 h1:ek6L7D45R5HFDDkNHT0gT8zqFxtAmwppg/2668108Kk=
github.com/Amnesic-Systems/nitriding-proxy v0.1.0/go.mod h1:IMq3AGc+tKDU+KbXKc2icAFNiyoQrICJb61fcXc6r1g=
github.com/Amnesic-Systems/nitriding-proxy v0.1.1 h1:iDyhRPbRRzs7VwJW9KUw1SFJprK015pt/wwopHSY/Ko=
github.com/Amnesic-Systems/nitriding-proxy v0.1.1/go.mod h1:IMq3AGc+tKDU+KbXKc2icAFNiyoQrICJb61fcXc6r1g=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down Expand Up @@ -77,5 +75,5 @@ golang.org/x/tools v0.0.0-20210105210202-9ed45478a130/go.mod h1:emZCQorbCU4vsT4f
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
23 changes: 23 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

674 changes: 674 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/nat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 82 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/tun_darwin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 112 additions & 0 deletions vendor/github.com/Amnesic-Systems/nitriding-proxy/tun_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/beorn7/perks/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 075992e

Please sign in to comment.