aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 16:16:49 +0000
committerGitHub <noreply@github.com>2024-03-11 16:16:49 +0000
commit088544e379c9b321f6e3776b3f331a075a0008e4 (patch)
tree1fefb27ac125473971234882aad37c43a3ea8b71 /go.mod
parent8c8167a4ab3130c69bebcd53e0c11934fbc8e939 (diff)
downloadsyncthing-088544e379c9b321f6e3776b3f331a075a0008e4.tar.gz
syncthing-088544e379c9b321f6e3776b3f331a075a0008e4.zip
build(deps): bump github.com/alecthomas/kong from 0.8.1 to 0.9.0dependabot/go_modules/github.com/alecthomas/kong-0.9.0
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 0.8.1 to 0.9.0. - [Commits](https://github.com/alecthomas/kong/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5258b8b0a..bb1c85d19 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.21.0
require (
github.com/AudriusButkevicius/recli v0.0.7-0.20220911121932-d000ce8fbf0f
- github.com/alecthomas/kong v0.8.1
+ github.com/alecthomas/kong v0.9.0
github.com/calmh/incontainer v1.0.0
github.com/calmh/xdr v1.1.0
github.com/ccding/go-stun v0.1.4
@@ -50,8 +50,6 @@ require (
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
- github.com/alecthomas/assert/v2 v2.5.0 // indirect
- github.com/alecthomas/repr v0.3.0 // indirect
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect