Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module github.com/ACLzz/keystore-client
- go 1.15
- require (
- github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
- github.com/mitchellh/go-homedir v1.1.0 // indirect
- github.com/shumatech/go-sciter v0.5.1-0.20200928005155-90bed320196c // indirect
- github.com/sirupsen/logrus v1.7.0
- gopkg.in/yaml.v2 v2.3.0
- )
- 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