github.com/nakagami/firebirdsql@v0.9.10/go.mod (about)

     1  module github.com/nakagami/firebirdsql
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
     7  	github.com/shopspring/decimal v1.2.0
     8  	github.com/stretchr/testify v1.8.1
     9  	gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b
    10  	golang.org/x/crypto v0.17.0
    11  	golang.org/x/text v0.14.0
    12  	modernc.org/mathutil v1.4.2-0.20220822142738-b13e5b564332
    13  )
    14  
    15  require (
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/pmezard/go-difflib v1.0.0 // indirect
    18  	github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
    19  	golang.org/x/sys v0.15.0 // indirect
    20  	gopkg.in/yaml.v3 v3.0.1 // indirect
    21  )