mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-17 18:50:25 -06:00
15 lines
311 B
Modula-2
15 lines
311 B
Modula-2
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver/genjwt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
)
|