|
|
@ -27,7 +27,6 @@ require ( |
|
|
|
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff |
|
|
|
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff |
|
|
|
github.com/gballet/go-verkle v0.0.0-20220902153445-097bd83b7732 |
|
|
|
github.com/gballet/go-verkle v0.0.0-20220902153445-097bd83b7732 |
|
|
|
github.com/go-stack/stack v1.8.1 |
|
|
|
github.com/go-stack/stack v1.8.1 |
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible |
|
|
|
|
|
|
|
github.com/gofrs/flock v0.8.1 |
|
|
|
github.com/gofrs/flock v0.8.1 |
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0 |
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0 |
|
|
|
github.com/golang/protobuf v1.5.2 |
|
|
|
github.com/golang/protobuf v1.5.2 |
|
|
@ -70,6 +69,7 @@ require ( |
|
|
|
golang.org/x/tools v0.7.0 |
|
|
|
golang.org/x/tools v0.7.0 |
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce |
|
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce |
|
|
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
require ( |
|
|
@ -127,6 +127,5 @@ require ( |
|
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect |
|
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect |
|
|
|
google.golang.org/protobuf v1.28.1 // indirect |
|
|
|
google.golang.org/protobuf v1.28.1 // indirect |
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
|
|
|
|
|
|
rsc.io/tmplfunc v0.0.3 // indirect |
|
|
|
rsc.io/tmplfunc v0.0.3 // indirect |
|
|
|
) |
|
|
|
) |
|
|
|