Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lglenat committed Jun 18, 2021
1 parent 90ba56a commit f571361
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ module github.com/lglenat/gotls/tls/tls
go 1.16

require golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect

replace github.com/lglenat/gotls/tls/mycpu => ./mycpu

require github.com/lglenat/gotls/tls/mycpu v0.0.0-local
3 changes: 3 additions & 0 deletions tls/mycpu/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module mycpu

go 1.16

0 comments on commit f571361

Please sign in to comment.