github.com/dolthub/go-mysql-server@v0.18.0/go.mod (about)

     1  module github.com/dolthub/go-mysql-server
     2  
     3  require (
     4  	github.com/cespare/xxhash/v2 v2.2.0
     5  	github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
     6  	github.com/dolthub/go-icu-regex v0.0.0-20230524105445-af7e7991c97e
     7  	github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71
     8  	github.com/dolthub/sqllogictest/go v0.0.0-20201107003712-816f3ae12d81
     9  	github.com/dolthub/vitess v0.0.0-20240228192915-d55088cef56a
    10  	github.com/go-kit/kit v0.10.0
    11  	github.com/go-sql-driver/mysql v1.7.2-0.20231213112541-0004702b931d
    12  	github.com/gocraft/dbr/v2 v2.7.2
    13  	github.com/google/uuid v1.3.0
    14  	github.com/hashicorp/golang-lru v0.5.4
    15  	github.com/lestrrat-go/strftime v1.0.4
    16  	github.com/pkg/errors v0.9.1
    17  	github.com/pmezard/go-difflib v1.0.0
    18  	github.com/shopspring/decimal v1.2.0
    19  	github.com/sirupsen/logrus v1.8.1
    20  	github.com/stretchr/testify v1.8.2
    21  	go.opentelemetry.io/otel v1.7.0
    22  	go.opentelemetry.io/otel/trace v1.7.0
    23  	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
    24  	golang.org/x/sync v0.3.0
    25  	golang.org/x/sys v0.12.0
    26  	golang.org/x/text v0.6.0
    27  	golang.org/x/tools v0.13.0
    28  	google.golang.org/grpc v1.53.0
    29  	gopkg.in/src-d/go-errors.v1 v1.0.0
    30  	gopkg.in/yaml.v3 v3.0.1
    31  )
    32  
    33  require (
    34  	filippo.io/edwards25519 v1.1.0 // indirect
    35  	github.com/davecgh/go-spew v1.1.1 // indirect
    36  	github.com/golang/protobuf v1.5.2 // indirect
    37  	github.com/kr/text v0.2.0 // indirect
    38  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    39  	github.com/tetratelabs/wazero v1.1.0 // indirect
    40  	golang.org/x/mod v0.12.0 // indirect
    41  	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
    42  	google.golang.org/protobuf v1.28.1 // indirect
    43  	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
    44  )
    45  
    46  go 1.20