-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from mergestat/add-mac-os-tests
Add MacOS environment to CI and bump to Go `1.17`
- Loading branch information
Showing
5 changed files
with
57 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,73 @@ | ||
module github.com/mergestat/mergestat | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.0.0 | ||
github.com/DATA-DOG/go-sqlmock v1.5.0 | ||
github.com/Microsoft/go-winio v0.5.1 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/augmentable-dev/vtab v0.0.0-20210915151038-6572bfc4e313 | ||
github.com/charmbracelet/lipgloss v0.4.0 | ||
github.com/clbanning/mxj/v2 v2.5.5 | ||
github.com/dnaeon/go-vcr/v2 v2.0.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-enry/go-enry/v2 v2.8.0 | ||
github.com/go-git/go-git/v5 v5.4.2 | ||
github.com/go-openapi/errors v0.20.1 // indirect | ||
github.com/go-openapi/strfmt v0.21.1 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/jmoiron/sqlx v1.3.4 | ||
github.com/kevinburke/ssh_config v1.1.0 // indirect | ||
github.com/lib/pq v1.10.4 | ||
github.com/libgit2/git2go/v33 v33.0.6 | ||
github.com/mattn/go-sqlite3 v1.14.10 | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/patrickdevivo/timediff v0.0.0-20220121234408-c77502ff7936 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rs/zerolog v1.26.1 | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/shurcooL/githubv4 v0.0.0-20220115235240-a14260e6f8a2 | ||
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/xanzy/ssh-agent v0.3.1 // indirect | ||
go.mongodb.org/mongo-driver v1.8.2 // indirect | ||
go.riyazali.net/sqlite v0.0.0-20211205072512-8da54dbc2d28 | ||
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect | ||
golang.org/x/mod v0.5.1 | ||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
golang.org/x/text v0.3.7 | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.5.1 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/go-enry/go-oniguruma v1.2.1 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
github.com/go-openapi/errors v0.20.1 // indirect | ||
github.com/go-openapi/strfmt v0.21.1 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v1.1.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-pointer v0.0.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.9.0 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/xanzy/ssh-agent v0.3.1 // indirect | ||
go.mongodb.org/mongo-driver v1.8.2 // indirect | ||
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect | ||
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters