Skip to content

Commit

Permalink
Update ping go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
nleiva committed Feb 23, 2022
1 parent 35dac65 commit 2e4e634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions ch02/pong/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ module github.com/PacktPublishing/Network-Automation-with-Go/ch02/pong

go 1.17

require github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0

replace github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v1.0.0 => ../ping
require github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888
4 changes: 2 additions & 2 deletions ch02/pong/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0 h1:vFRsR4n2EGKiAh4t9ctQduwfMhhkgV++78iAikzmN1s=
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0/go.mod h1:bwRjyQdnuKDT6d86kITCTP/mQGje7F0NPRBRwY8lux0=
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888 h1:7Ksreld+WYStdHKNfPLT/E9KwdSxgfdqV12zUZ5Yohw=
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888/go.mod h1:bwRjyQdnuKDT6d86kITCTP/mQGje7F0NPRBRwY8lux0=

0 comments on commit 2e4e634

Please sign in to comment.