Skip to content

Commit

Permalink
go.mod updates (#432)
Browse files Browse the repository at this point in the history
* go.mod updates

* Upgrade Go 1.22.1 -> 1.22.2

* Upgrade Go 1.22.2 -> 1.22.3

* go.mod indirect deps
  • Loading branch information
neilotoole committed May 12, 2024
1 parent 7fbc4d8 commit e86d01f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 75 deletions.
46 changes: 23 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/neilotoole/sq

go 1.22.1
go 1.22.3

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand All @@ -13,7 +13,7 @@ require (
github.com/ecnepsnai/osquery v1.0.1
github.com/emirpasic/gods v1.18.1
github.com/fatih/color v1.16.0
github.com/go-sql-driver/mysql v1.8.0
github.com/go-sql-driver/mysql v1.8.1
github.com/goccy/go-yaml v1.11.3
github.com/google/renameio/v2 v2.0.0
github.com/google/uuid v1.6.0
Expand All @@ -22,7 +22,7 @@ require (
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-runewidth v0.0.15
github.com/mattn/go-sqlite3 v1.14.22
github.com/microsoft/go-mssqldb v1.7.0
github.com/microsoft/go-mssqldb v1.7.1
github.com/mitchellh/go-wordwrap v1.0.1
github.com/muesli/mango-cobra v1.2.0
github.com/muesli/roff v0.1.0
Expand All @@ -31,27 +31,28 @@ require (
github.com/neilotoole/shelleditor v0.4.1
github.com/neilotoole/slogt v1.1.0
github.com/neilotoole/streamcache v0.3.5
github.com/neilotoole/tailbuf v0.0.4
github.com/nightlyone/lockfile v1.0.0
github.com/otiai10/copy v1.14.0
github.com/pkg/profile v1.7.0
github.com/ryboe/q v1.0.21
github.com/samber/lo v1.39.0
github.com/segmentio/encoding v0.4.0
github.com/sethvargo/go-retry v0.2.4
github.com/shopspring/decimal v1.3.1
github.com/shopspring/decimal v1.4.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/vbauerster/mpb/v8 v8.7.2
github.com/xo/dburl v0.21.1
github.com/vbauerster/mpb/v8 v8.7.3
github.com/xo/dburl v0.23.1
github.com/xuri/excelize/v2 v2.8.1
go.uber.org/atomic v1.11.0
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/mod v0.16.0
golang.org/x/sync v0.6.0
golang.org/x/sys v0.18.0
golang.org/x/term v0.18.0
golang.org/x/text v0.14.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/mod v0.17.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.20.0
golang.org/x/term v0.20.0
golang.org/x/text v0.15.0
)

require (
Expand All @@ -66,34 +67,33 @@ require (
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/muesli/mango v0.2.0 // indirect
github.com/muesli/mango v0.1.0 // indirect
github.com/muesli/mango-pflag v0.1.0 // indirect
github.com/neilotoole/fifomu v0.1.2 // indirect
github.com/neilotoole/tailbuf v0.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit e86d01f

Please sign in to comment.