-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New repository is located at https://github.com/nextmn/upf - Update depends
- Loading branch information
1 parent
d707d58
commit 786c8fc
Showing
6 changed files
with
1,941 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
nextmn-upf | ||
upf | ||
!bash-completion/completions/nextmn-upf | ||
!bash-completion/completions/upf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
module github.com/louisroyer/nextmn-upf | ||
module github.com/nextmn/upf | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/google/gopacket v1.1.19 | ||
github.com/louisroyer/go-pfcp-networking v0.0.23 | ||
github.com/louisroyer/go-pfcp-networking v0.0.24 | ||
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect | ||
github.com/wmnsk/go-gtp v0.8.2-0.20220222134719-cf2a2c41232a | ||
github.com/wmnsk/go-pfcp v0.0.16-0.20220415105220-d1e74d0d7288 | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | ||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
github.com/urfave/cli/v2 v2.27.1 | ||
github.com/wmnsk/go-gtp v0.8.9 | ||
github.com/wmnsk/go-pfcp v0.0.23 | ||
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) |
Oops, something went wrong.