Advertisement
Guest User

Untitled

a guest
Oct 11th, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. module github.com/ACLzz/keystore-client
  2.  
  3. go 1.15
  4.  
  5. require (
  6. github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
  7. github.com/mitchellh/go-homedir v1.1.0 // indirect
  8. github.com/shumatech/go-sciter v0.5.1-0.20200928005155-90bed320196c // indirect
  9. github.com/sirupsen/logrus v1.7.0
  10. gopkg.in/yaml.v2 v2.3.0
  11. )
  12.  
  13. replace github.com/sciter-sdk/go-sciter => github.com/shumatech/go-sciter v0.5.1-0.20200928005155-90bed320196c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement