github.com/Rookout/GoSDK@v0.1.48/go.mod (about)

     1  module github.com/Rookout/GoSDK
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/fallais/logrus-lumberjack-hook v0.0.0-20210917073259-3227e1ab93b0
     7  	github.com/go-errors/errors v1.4.1
     8  	github.com/golang/protobuf v1.5.2
     9  	github.com/google/uuid v1.3.0
    10  	github.com/gorilla/websocket v1.4.2
    11  	github.com/hashicorp/golang-lru v0.5.4
    12  	github.com/sirupsen/logrus v1.8.1
    13  	github.com/stretchr/testify v1.8.0
    14  	github.com/yhirose/go-peg v0.0.0-20210804202551-de25d6753cf1
    15  	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
    16  	google.golang.org/protobuf v1.27.1
    17  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    18  	gopkg.in/yaml.v2 v2.4.0 // indirect
    19  	gotest.tools v2.2.0+incompatible
    20  )
    21  
    22  require (
    23  	github.com/BurntSushi/toml v0.3.1 // indirect
    24  	github.com/Masterminds/goutils v1.1.1 // indirect
    25  	github.com/Masterminds/semver v1.5.0 // indirect
    26  	github.com/Masterminds/sprig v2.22.0+incompatible
    27  	github.com/gogo/protobuf v1.2.1
    28  	github.com/google/go-cmp v0.5.6 // indirect
    29  	github.com/huandu/xstrings v1.4.0 // indirect
    30  	github.com/imdario/mergo v0.3.13 // indirect
    31  	github.com/kr/pretty v0.2.0 // indirect
    32  	github.com/kr/text v0.2.0 // indirect
    33  	github.com/mitchellh/copystructure v1.2.0 // indirect
    34  	github.com/pkg/errors v0.9.1
    35  	golang.org/x/arch v0.2.0
    36  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
    37  	golang.org/x/sync v0.1.0
    38  	golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
    39  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    40  	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
    41  )