Skip to content

Commit

Permalink
Working conf
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Feb 9, 2022
1 parent db50740 commit 7450e5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ build:
clean:
go clean
reinstall: uninstall install
update:
go get -u github.com/louisroyer/go-pfcp-networking@master
go mod tidy
install:
$(INSTALL) nextmn-upf $(DESTDIR)$(bindir)/nextmn-upf
$(INSTALL) bash-completion/completions/nextmn-upf $(BASHCOMPLETIONSDIR)/nextmn-upf
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/google/gopacket v1.1.19
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220204132333-4660b7611e13
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220209092029-8e09a1b84871
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220204132333-4660b7611e13 h1:xPLrfgSYnuY6Q88xnOsAmlJIWrZbJKeH+gPCEPEkuNE=
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220204132333-4660b7611e13/go.mod h1:c4mRgI1f4UEFqPIr9rSL5tfRbSL3Ns3fq4spVnmNUIM=
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220209092029-8e09a1b84871 h1:95MoetWCxV8drutAWmh7Hko8fbP76V1GzFB81zpgdKw=
github.com/louisroyer/go-pfcp-networking v0.0.18-0.20220209092029-8e09a1b84871/go.mod h1:c4mRgI1f4UEFqPIr9rSL5tfRbSL3Ns3fq4spVnmNUIM=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 7450e5d

Please sign in to comment.