Skip to content

Commit 085e31d

Browse files
committed
chore(dockerfile): go mod tidy
1 parent b8f4a55 commit 085e31d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.18
44

55
require student v0.0.0
66

7-
require github.com/01-edu/z01 v0.1.0 // indirect
7+
require github.com/01-edu/z01 v0.2.0
88

99
replace student => ../piscine-go

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
github.com/01-edu/z01 v0.1.0 h1:Rr1p92CKYXUgVFw872iGDABXpdkuKf2jmS+KV6r1034=
21
github.com/01-edu/z01 v0.1.0/go.mod h1:BH7t35JaNFuP83rTJDc5nkSfgmC/HYVcJsUcdFqYZNo=
2+
github.com/01-edu/z01 v0.2.0 h1:HUXnD8LMbNlj8ZbvYHliwx1o6vJ3WU//qL2KFfDW5iY=
3+
github.com/01-edu/z01 v0.2.0/go.mod h1:BH7t35JaNFuP83rTJDc5nkSfgmC/HYVcJsUcdFqYZNo=

0 commit comments

Comments
 (0)