Skip to content

Commit

Permalink
go.mod: set go version
Browse files Browse the repository at this point in the history
Change-Id: I45f1816a359ad6fab548338fd3a6b01dda32d01f
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/203838
Run-TryBot: Bryan C. Mills <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
Bryan C. Mills committed Oct 28, 2019
1 parent a58819e commit 76ea1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module golang.org/x/crypto

go 1.11

require (
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190412213103-97732733099d
Expand Down

0 comments on commit 76ea1fe

Please sign in to comment.