Skip to content

Commit 44df666

Browse files
committed
Ran go mod tidy
1 parent 6ddae4c commit 44df666

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ module github.com/go-fed/httpsig
22

33
require (
44
golang.org/x/crypto v0.0.0-20180527072434-ab813273cd59
5-
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43
5+
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43 // indirect
66
)
7+
8+
go 1.13

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
golang.org/x/crypto v0.0.0-20180527072434-ab813273cd59 h1:hk3yo72LXLapY9EXVttc3Z1rLOxT9IuAPPX3GpY2+jo=
2+
golang.org/x/crypto v0.0.0-20180527072434-ab813273cd59/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
3+
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43 h1:PvnWIWTbA7gsEBkKjt0HV9hckYfcqYv8s/ju7ArZ0do=
4+
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)