Skip to content

Commit f27260c

Browse files
committed
Remove unnecessary dependencies
I must've added these on accident. They were never used by this package.
1 parent e90a2e1 commit f27260c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module github.com/coder/retry
22

33
go 1.17
4-
5-
require (
6-
github.com/ammario/cache v0.0.0-20211225003510-c969ec7f4766 // indirect
7-
github.com/ammario/guard v0.0.0-20211225011814-e0e141dcbc37 // indirect
8-
)

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
github.com/ammario/cache v0.0.0-20211225003510-c969ec7f4766 h1:iptK1emgWyG+C67ygjlxqu5wLEPOQfy7xDx3M6qJbGs=
2-
github.com/ammario/cache v0.0.0-20211225003510-c969ec7f4766/go.mod h1:qzIfV71nnVFkGq69iQ1OrwCDQTvqpvaUiu1Yz4xqpgI=
3-
github.com/ammario/guard v0.0.0-20211225011814-e0e141dcbc37 h1:CnH2cF6w2k77PQcjcK9dp7x3kjaTM6rE7LSr+1frJQ0=
4-
github.com/ammario/guard v0.0.0-20211225011814-e0e141dcbc37/go.mod h1:AADLzbLRXuBHZOn27mdHt67jRKZxbxf813//j0QsDds=

0 commit comments

Comments
 (0)