Skip to content

Commit

Permalink
bump to version 1.15 and add go mod requirements
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 359301609
  • Loading branch information
ItsMattL authored and copybara-github committed Feb 24, 2021
1 parent 0aa141e commit b4b4046
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module github.com/google/certtostore

go 1.14
go 1.15

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/logger v1.1.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sys v0.0.0-20210223212115-eede4237b368
)

0 comments on commit b4b4046

Please sign in to comment.