Skip to content

Commit

Permalink
remove tun_device_windows, was useless
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 25, 2024
1 parent c6c97b6 commit 63329ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require (
github.com/tidwall/pretty v1.2.1
github.com/xtaci/kcp-go v5.4.20+incompatible
golang.org/x/net v0.30.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.12
)
Expand Down Expand Up @@ -134,6 +133,7 @@ require (
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
50 changes: 0 additions & 50 deletions internal/vpn/tun_device_windows.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/jaypipes/ghw/Dockerfile

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

0 comments on commit 63329ee

Please sign in to comment.