Skip to content

Commit 2e4e634

Browse files
committed
Update ping go.mod
1 parent 35dac65 commit 2e4e634

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ch02/pong/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/PacktPublishing/Network-Automation-with-Go/ch02/pong
22

33
go 1.17
44

5-
require github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0
6-
7-
replace github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v1.0.0 => ../ping
5+
require github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888

ch02/pong/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0 h1:vFRsR4n2EGKiAh4t9ctQduwfMhhkgV++78iAikzmN1s=
2-
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223160906-ec549c40fee0/go.mod h1:bwRjyQdnuKDT6d86kITCTP/mQGje7F0NPRBRwY8lux0=
1+
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888 h1:7Ksreld+WYStdHKNfPLT/E9KwdSxgfdqV12zUZ5Yohw=
2+
github.com/PacktPublishing/Network-Automation-with-Go/ch02/ping v0.0.0-20220223164119-35dac657c888/go.mod h1:bwRjyQdnuKDT6d86kITCTP/mQGje7F0NPRBRwY8lux0=

0 commit comments

Comments
 (0)