Skip to content

Commit bb59413

Browse files
malancasvanbroup
authored andcommitted
remove replace statement, update pkcs7 dep (#4)
Signed-off-by: Meredith Lancaster <[email protected]>
1 parent 6c67f27 commit bb59413

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/digitorus/timestamp
22

33
go 1.16
44

5-
require github.com/digitorus/pkcs7 v0.0.0-20221019075359-21b8b40e6bb4
6-
7-
replace github.com/digitorus/pkcs7 => github.com/haydentherapper/pkcs7 v0.0.0-20230626203926-9982c401a2fb
5+
require github.com/digitorus/pkcs7 v0.0.0-20230713084857-e76b763bdc49

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/haydentherapper/pkcs7 v0.0.0-20230626203926-9982c401a2fb h1:+SUAUbIpNMX0UBNbBLjBBiShLn+WSqoVGi+8N6jMLr8=
2-
github.com/haydentherapper/pkcs7 v0.0.0-20230626203926-9982c401a2fb/go.mod h1:SKVExuS+vpu2l9IoOc0RwqE7NYnb0JlcFHFnEJkVDzc=
1+
github.com/digitorus/pkcs7 v0.0.0-20230713084857-e76b763bdc49 h1:h+XMRXf+WLY0h/3itqE8OT3TgjCMHK4nq2FNGi0au2c=
2+
github.com/digitorus/pkcs7 v0.0.0-20230713084857-e76b763bdc49/go.mod h1:SKVExuS+vpu2l9IoOc0RwqE7NYnb0JlcFHFnEJkVDzc=

0 commit comments

Comments
 (0)