Skip to content

Commit f0b7a58

Browse files
authored
Merge pull request #90 from mrpalide/fix/fix-wireguard-version
Clean code (tun_device)
2 parents c6c97b6 + 63329ee commit f0b7a58

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ require (
2929
github.com/tidwall/pretty v1.2.1
3030
github.com/xtaci/kcp-go v5.4.20+incompatible
3131
golang.org/x/net v0.30.0
32-
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
3332
gorm.io/driver/postgres v1.5.9
3433
gorm.io/gorm v1.25.12
3534
)
@@ -134,6 +133,7 @@ require (
134133
golang.org/x/text v0.19.0 // indirect
135134
golang.org/x/tools v0.26.0 // indirect
136135
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
136+
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
137137
google.golang.org/protobuf v1.35.1 // indirect
138138
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
139139
gopkg.in/yaml.v3 v3.0.1 // indirect

internal/vpn/tun_device_windows.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

vendor/github.com/jaypipes/ghw/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)