-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update module github.com/dkorunic/betteralign to v0.6.3
- Loading branch information
1 parent
fad3e9b
commit 5a6811d
Showing
2 changed files
with
25 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,37 @@ | ||
module tools | ||
|
||
go 1.22.0 | ||
go 1.24 | ||
|
||
toolchain go1.23.4 | ||
toolchain go1.24.0 | ||
|
||
require ( | ||
github.com/dkorunic/betteralign v0.5.1 | ||
golang.org/x/tools v0.27.0 | ||
github.com/dkorunic/betteralign v0.6.3 | ||
golang.org/x/tools v0.30.0 | ||
golang.org/x/vuln v1.1.3 | ||
gotest.tools/gotestsum v1.12.0 | ||
) | ||
|
||
require ( | ||
github.com/KimMachineGun/automemlimit v0.6.1 // indirect | ||
github.com/KimMachineGun/automemlimit v0.7.0 // indirect | ||
github.com/bitfield/gotestdox v0.2.2 // indirect | ||
github.com/cilium/ebpf v0.16.0 // indirect | ||
github.com/containerd/cgroups/v3 v3.0.3 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/dnephin/pflag v1.0.7 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/google/renameio/v2 v2.0.0 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/opencontainers/runtime-spec v1.2.0 // indirect | ||
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
github.com/sirkon/dst v0.26.4 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
go.uber.org/automaxprocs v1.5.3 // indirect | ||
go.uber.org/goleak v1.2.1 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
go.uber.org/automaxprocs v1.6.0 // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/telemetry v0.0.0-20240703143146-5dc3c48f4727 // indirect | ||
golang.org/x/term v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // 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