This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
30 lines (25 loc) · 1.46 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/privacybydesign/irma_mobile
go 1.14
require (
github.com/alexandrevicenzi/go-sse v1.5.0 // indirect
github.com/bwesterb/go-atum v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/getsentry/raven-go v0.2.1-0.20190619092523-5c24d5110e0e
github.com/go-errors/errors v1.0.1
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/jasonlvhit/gocron v0.0.0-20191111122648-5c21418a78e8 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/multiformats/go-multihash v0.0.13 // indirect
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/privacybydesign/gabi v0.0.0-20200306134149-18dd7a01d765 // indirect
github.com/privacybydesign/irmago v0.5.0-rc.1.0.20200311101446-0828d8e73771
github.com/timshannon/bolthold v0.0.0-20200310154430-7be3f3bd401d // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
)
replace astuart.co/go-sse => github.com/sietseringers/go-sse v0.0.0-20200223201439-6cc042ab6f6d
replace github.com/spf13/pflag => github.com/sietseringers/pflag v1.0.4-0.20190111213756-a45bfec10d59
replace github.com/spf13/viper => github.com/sietseringers/viper v1.0.1-0.20200205174444-d996804203c7