github.com/quantosnetwork/Quantos@v0.0.0-20220306172517-e20b28c5a29a/go.mod (about)

     1  module github.com/quantosnetwork/Quantos
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1
     7  	github.com/fsnotify/fsnotify v1.5.1
     8  	github.com/google/uuid v1.3.0
     9  	github.com/holiman/uint256 v1.2.0
    10  	github.com/iancoleman/strcase v0.2.0
    11  	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
    12  	github.com/open-quantum-safe/liboqs-go v0.0.0-20220105163900-e0f759d70fa5
    13  	github.com/spf13/cobra v1.3.0
    14  	github.com/spf13/viper v1.10.1
    15  	github.com/zeebo/blake3 v0.2.2
    16  	go.dedis.ch/kyber/v3 v3.0.13
    17  	go.uber.org/atomic v1.9.0
    18  	go.uber.org/zap v1.21.0
    19  	lukechampine.com/frand v1.4.2
    20  )
    21  
    22  require (
    23  	github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
    24  	github.com/hashicorp/hcl v1.0.0 // indirect
    25  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    26  	github.com/magiconair/properties v1.8.5 // indirect
    27  	github.com/mitchellh/mapstructure v1.4.3 // indirect
    28  	github.com/pelletier/go-toml v1.9.4 // indirect
    29  	github.com/spf13/afero v1.6.0 // indirect
    30  	github.com/spf13/cast v1.4.1 // indirect
    31  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    32  	github.com/spf13/pflag v1.0.5 // indirect
    33  	github.com/subosito/gotenv v1.2.0 // indirect
    34  	go.dedis.ch/fixbuf v1.0.3 // indirect
    35  	go.uber.org/multierr v1.6.0 // indirect
    36  	golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
    37  	golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
    38  	golang.org/x/text v0.3.7 // indirect
    39  	gopkg.in/ini.v1 v1.66.2 // indirect
    40  	gopkg.in/yaml.v2 v2.4.0 // indirect
    41  )