File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/Jigsaw-Code/outline-sdk/x
22
33go 1.23.0
44
5+ toolchain go1.24.1
6+
57require (
68 github.com/Jigsaw-Code/outline-sdk v0.0.19
79 // Use github.com/Psiphon-Labs/psiphon-tunnel-core@staging-client as per
@@ -56,7 +58,7 @@ require (
5658 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5759 github.com/golang/protobuf v1.5.3 // indirect
5860 github.com/google/go-cmp v0.6.0 // indirect
59- github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c // indirect
61+ github.com/google/nftables v0.2.0 // indirect
6062 github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
6163 github.com/google/uuid v1.3.1 // indirect
6264 github.com/grafov/m3u8 v0.0.0-20171211212457-6ab8f28ed427 // indirect
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
112112github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
113113github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8 =
114114github.com/google/gopacket v1.1.19 /go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo =
115- github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c h1:06RMfw+TMMHtRuUOroMeatRCCgSMWXCJQeABvHU69YQ =
116- github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c /go.mod h1:BVIYo3cdnT4qSylnYqcd5YtmXhr51cJPGtnLBe/uLBU =
115+ github.com/google/nftables v0.2.0 h1:PbJwaBmbVLzpeldoeUKGkE2RjstrjPKMl6oLrfEJ6/8 =
116+ github.com/google/nftables v0.2.0 /go.mod h1:Beg6V6zZ3oEn0JuiUQ4wqwuyqqzasOltcoXPtgLbFp4 =
117117github.com/google/pprof v0.0.0-20211214055906-6f57359322fd h1:1FjCyPC+syAzJ5/2S8fqdZK1R22vvA0J7JZKcuOIQ7Y =
118118github.com/google/pprof v0.0.0-20211214055906-6f57359322fd /go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg =
119119github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4 =
You can’t perform that action at this time.
0 commit comments