github.com/octohelm/storage@v0.0.0-20240516030302-1ac2cc1ea347/go.mod (about)

     1  module github.com/octohelm/storage
     2  
     3  go 1.22
     4  
     5  require (
     6  	github.com/DATA-DOG/go-sqlmock v1.5.0
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/go-courier/logr v0.3.0
     9  	github.com/google/uuid v1.6.0
    10  	github.com/jackc/pgx/v5 v5.5.5
    11  	github.com/octohelm/gengo v0.0.0-20240510051519-974fb897453b
    12  	github.com/octohelm/x v0.0.0-20240513022938-1bd86d96adef
    13  	github.com/pkg/errors v0.9.1
    14  	modernc.org/sqlite v1.29.9
    15  )
    16  
    17  require (
    18  	github.com/dustin/go-humanize v1.0.1 // indirect
    19  	github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
    20  	github.com/jackc/pgpassfile v1.0.0 // indirect
    21  	github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
    22  	github.com/jackc/puddle/v2 v2.2.1 // indirect
    23  	github.com/mattn/go-isatty v0.0.20 // indirect
    24  	github.com/ncruces/go-strftime v0.1.9 // indirect
    25  	github.com/onsi/gomega v1.33.1 // indirect
    26  	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
    27  	golang.org/x/crypto v0.23.0 // indirect
    28  	golang.org/x/mod v0.17.0 // indirect
    29  	golang.org/x/sync v0.7.0 // indirect
    30  	golang.org/x/sys v0.20.0 // indirect
    31  	golang.org/x/text v0.15.0 // indirect
    32  	golang.org/x/tools v0.21.0 // indirect
    33  	modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
    34  	modernc.org/libc v1.50.6 // indirect
    35  	modernc.org/mathutil v1.6.0 // indirect
    36  	modernc.org/memory v1.8.0 // indirect
    37  	modernc.org/strutil v1.2.0 // indirect
    38  	modernc.org/token v1.1.0 // indirect
    39  )