github.com/devgek/webskeleton@v0.1.12-0.20231108100924-b903f5172d69/go.mod (about)

     1  module github.com/devgek/webskeleton
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/golang-jwt/jwt v3.2.2+incompatible
     7  	github.com/labstack/echo v3.3.10+incompatible
     8  	github.com/mitchellh/go-homedir v1.1.0
     9  	github.com/otiai10/copy v1.6.0
    10  	github.com/smartystreets/goconvey v1.6.4
    11  	github.com/spf13/cobra v1.2.1
    12  	github.com/spf13/viper v1.8.1
    13  	github.com/stretchr/objx v0.4.0
    14  	github.com/stretchr/testify v1.8.0
    15  	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
    16  	gorm.io/driver/postgres v1.4.5
    17  	gorm.io/driver/sqlite v1.4.3
    18  	gorm.io/gorm v1.24.2
    19  )
    20  
    21  require (
    22  	github.com/davecgh/go-spew v1.1.1 // indirect
    23  	github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
    24  	github.com/fsnotify/fsnotify v1.4.9 // indirect
    25  	github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
    26  	github.com/hashicorp/hcl v1.0.0 // indirect
    27  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    28  	github.com/jackc/chunkreader/v2 v2.0.1 // indirect
    29  	github.com/jackc/pgconn v1.13.0 // indirect
    30  	github.com/jackc/pgio v1.0.0 // indirect
    31  	github.com/jackc/pgpassfile v1.0.0 // indirect
    32  	github.com/jackc/pgproto3/v2 v2.3.1 // indirect
    33  	github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
    34  	github.com/jackc/pgtype v1.12.0 // indirect
    35  	github.com/jackc/pgx/v4 v4.17.2 // indirect
    36  	github.com/jinzhu/inflection v1.0.0 // indirect
    37  	github.com/jinzhu/now v1.1.5 // indirect
    38  	github.com/jtolds/gls v4.20.0+incompatible // indirect
    39  	github.com/labstack/gommon v0.3.0 // indirect
    40  	github.com/magiconair/properties v1.8.5 // indirect
    41  	github.com/mattn/go-colorable v0.1.6 // indirect
    42  	github.com/mattn/go-isatty v0.0.12 // indirect
    43  	github.com/mattn/go-sqlite3 v1.14.15 // indirect
    44  	github.com/mitchellh/mapstructure v1.4.1 // indirect
    45  	github.com/pelletier/go-toml v1.9.3 // indirect
    46  	github.com/pmezard/go-difflib v1.0.0 // indirect
    47  	github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
    48  	github.com/spf13/afero v1.6.0 // indirect
    49  	github.com/spf13/cast v1.3.1 // indirect
    50  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    51  	github.com/spf13/pflag v1.0.5 // indirect
    52  	github.com/subosito/gotenv v1.2.0 // indirect
    53  	github.com/valyala/bytebufferpool v1.0.0 // indirect
    54  	github.com/valyala/fasttemplate v1.0.1 // indirect
    55  	golang.org/x/net v0.7.0 // indirect
    56  	golang.org/x/sys v0.5.0 // indirect
    57  	golang.org/x/text v0.7.0 // indirect
    58  	gopkg.in/ini.v1 v1.62.0 // indirect
    59  	gopkg.in/yaml.v2 v2.4.0 // indirect
    60  	gopkg.in/yaml.v3 v3.0.1 // indirect
    61  )