-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/rubiojr/vpnflag
go 1.17
require (
github.com/atotto/clipboard v0.1.4
github.com/getlantern/systray v1.2.1-0.20220224145122-59ef333adddd
github.com/ip2location/ip2location-go/v9 v9.2.0
github.com/jayco/go-emoji-flag v0.0.0-20190810054606-01604da018da
github.com/oschwald/geoip2-golang v1.4.0
)
require (
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/oschwald/maxminddb-golang v1.6.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
)