nikoksr/proji

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/nikoksr/proji

go 1.14

require (
    github.com/cavaliercoder/grab v2.0.0+incompatible
    github.com/denisenkom/go-mssqldb v0.9.0 // indirect
    github.com/fsnotify/fsnotify v1.4.9 // indirect
    github.com/golang/protobuf v1.4.3 // indirect
    github.com/google/go-github/v31 v31.0.0
    github.com/gookit/color v1.3.3
    github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
    github.com/jackc/pgx/v4 v4.9.2 // indirect
    github.com/jedib0t/go-pretty/v6 v6.0.5
    github.com/kr/text v0.2.0 // indirect
    github.com/lib/pq v1.7.0 // indirect
    github.com/magiconair/properties v1.8.4 // indirect
    github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
    github.com/mitchellh/mapstructure v1.3.3 // indirect
    github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    github.com/pelletier/go-toml v1.8.1
    github.com/pkg/errors v0.9.1
    github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
    github.com/spf13/afero v1.4.1 // indirect
    github.com/spf13/cast v1.3.1 // indirect
    github.com/spf13/cobra v1.1.1
    github.com/spf13/jwalterweatherman v1.1.0 // indirect
    github.com/spf13/pflag v1.0.5
    github.com/spf13/viper v1.7.1
    github.com/stretchr/testify v1.6.1
    github.com/valyala/fasttemplate v1.2.1
    github.com/xanzy/go-gitlab v0.40.1
    github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
    golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
    golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
    golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
    golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
    golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
    golang.org/x/text v0.3.4 // indirect
    golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
    google.golang.org/appengine v1.6.7 // indirect
    gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    gopkg.in/guregu/null.v4 v4.0.0
    gopkg.in/ini.v1 v1.62.0 // indirect
    gopkg.in/yaml.v2 v2.4.0 // indirect
    gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
    gorm.io/driver/mysql v1.0.3
    gorm.io/driver/postgres v1.0.5
    gorm.io/driver/sqlite v1.1.4
    gorm.io/driver/sqlserver v1.0.5
    gorm.io/gorm v1.20.8
)