git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/go.mod (about)

     1  module git.sr.ht/~pingoo/stdx
     2  
     3  go 1.22
     4  
     5  require (
     6  	github.com/alecthomas/chroma/v2 v2.12.0
     7  	github.com/aws/aws-sdk-go v1.50.20
     8  	github.com/fsnotify/fsnotify v1.7.0
     9  	github.com/go-chi/chi/v5 v5.0.12
    10  	github.com/inconshreveable/mousetrap v1.1.0
    11  	github.com/jackc/pgx/v5 v5.5.3
    12  	github.com/jmoiron/sqlx v1.3.5
    13  	github.com/klauspost/cpuid/v2 v2.2.6
    14  	github.com/mattn/go-sqlite3 v1.14.22
    15  	github.com/minio/minio-go/v7 v7.0.67
    16  	github.com/scaleway/scaleway-sdk-go v1.0.0-beta.23
    17  	github.com/spf13/pflag v1.0.5
    18  	github.com/stretchr/testify v1.8.1
    19  	github.com/yuin/goldmark v1.7.0
    20  	github.com/zeebo/blake3 v0.2.3
    21  	golang.org/x/crypto v0.19.0
    22  	golang.org/x/image v0.15.0
    23  	golang.org/x/mod v0.15.0
    24  	golang.org/x/sys v0.17.0
    25  	golang.org/x/term v0.17.0
    26  	lukechampine.com/blake3 v1.2.1
    27  )
    28  
    29  require (
    30  	github.com/davecgh/go-spew v1.1.1 // indirect
    31  	github.com/dlclark/regexp2 v1.10.0 // indirect
    32  	github.com/dustin/go-humanize v1.0.1 // indirect
    33  	github.com/google/uuid v1.6.0 // indirect
    34  	github.com/jackc/pgpassfile v1.0.0 // indirect
    35  	github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
    36  	github.com/jackc/puddle/v2 v2.2.1 // indirect
    37  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    38  	github.com/json-iterator/go v1.1.12 // indirect
    39  	github.com/klauspost/compress v1.17.6 // indirect
    40  	github.com/kr/text v0.2.0 // indirect
    41  	github.com/lib/pq v1.10.2 // indirect
    42  	github.com/minio/md5-simd v1.1.2 // indirect
    43  	github.com/minio/sha256-simd v1.0.1 // indirect
    44  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    45  	github.com/modern-go/reflect2 v1.0.2 // indirect
    46  	github.com/pmezard/go-difflib v1.0.0 // indirect
    47  	github.com/rogpeppe/go-internal v1.6.1 // indirect
    48  	github.com/rs/xid v1.5.0 // indirect
    49  	github.com/sirupsen/logrus v1.9.3 // indirect
    50  	golang.org/x/net v0.21.0 // indirect
    51  	golang.org/x/sync v0.6.0 // indirect
    52  	golang.org/x/text v0.14.0 // indirect
    53  	gopkg.in/ini.v1 v1.67.0 // indirect
    54  	gopkg.in/yaml.v2 v2.4.0 // indirect
    55  	gopkg.in/yaml.v3 v3.0.1 // indirect
    56  )