-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 822 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/nextmn/upf
go 1.25.5
require (
github.com/google/gopacket v1.1.19
github.com/nextmn/cli-xdg v0.0.1
github.com/nextmn/go-pfcp-networking v0.0.42
github.com/nextmn/logrus-formatter v0.2.1
github.com/sirupsen/logrus v1.9.4
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/urfave/cli/v3 v3.8.0
github.com/wmnsk/go-gtp v0.8.12
github.com/wmnsk/go-pfcp v0.0.24
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/adrg/xdg v0.5.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/vishvananda/netlink v1.3.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)