Skip to content

Commit

Permalink
Update go-pfcp-networking to v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 24, 2022
1 parent c2acc0c commit c09eed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.23-0.20220623115950-52f83fb9edbb
github.com/louisroyer/go-pfcp-networking v0.0.23
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 @@ -146,8 +146,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.23-0.20220623115950-52f83fb9edbb h1:eH2SXi8Fa2GLAWszrJsFTQyRuencvEqJk7nMtwLSsno=
github.com/louisroyer/go-pfcp-networking v0.0.23-0.20220623115950-52f83fb9edbb/go.mod h1:bDHruRxeVt9r8PRRkSndgFxbUafdpoe7JqhrGSNlNlA=
github.com/louisroyer/go-pfcp-networking v0.0.23 h1:LWitKlyFaKAxRE0dOB8B/vMHKEeM42qA7z0UxlSLW5A=
github.com/louisroyer/go-pfcp-networking v0.0.23/go.mod h1:bDHruRxeVt9r8PRRkSndgFxbUafdpoe7JqhrGSNlNlA=
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 c09eed5

Please sign in to comment.