From 135882cbedc66fba9b646943acafc916273d70f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 06:53:34 +0000 Subject: [PATCH] chore(deps): bump github.com/ViBiOh/exas from 0.5.1 to 0.5.2 Bumps [github.com/ViBiOh/exas](https://github.com/ViBiOh/exas) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/ViBiOh/exas/releases) - [Commits](https://github.com/ViBiOh/exas/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/ViBiOh/exas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index e6be14dd..a71780d2 100644 --- a/go.mod +++ b/go.mod @@ -4,9 +4,9 @@ go 1.19 require ( github.com/ViBiOh/ChatPotte v0.2.13 - github.com/ViBiOh/absto v1.0.4 + github.com/ViBiOh/absto v1.0.5 github.com/ViBiOh/auth/v2 v2.14.10 - github.com/ViBiOh/exas v0.5.1 + github.com/ViBiOh/exas v0.5.2 github.com/ViBiOh/flags v1.2.0 github.com/ViBiOh/httputils/v4 v4.47.9 github.com/ViBiOh/vith v0.5.1 @@ -50,7 +50,7 @@ require ( go.opentelemetry.io/otel/exporters/jaeger v1.10.0 // indirect go.opentelemetry.io/otel/metric v0.31.0 // indirect go.opentelemetry.io/otel/sdk v1.10.0 // indirect - golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect + golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect google.golang.org/protobuf v1.28.1 // indirect diff --git a/go.sum b/go.sum index 4ac22d63..46c5bf1b 100644 --- a/go.sum +++ b/go.sum @@ -35,12 +35,12 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ViBiOh/ChatPotte v0.2.13 h1:COVUL/+rG1JSaNKmFRKBGCLMPCcM8KyABsI+R11Zpq4= github.com/ViBiOh/ChatPotte v0.2.13/go.mod h1:Dr+Edj7dpEYJD7HXst8zmAbbH3r2QCQ3bt6ivU38/7Q= -github.com/ViBiOh/absto v1.0.4 h1:j7GKLQzIyrCJUGU8Gvagse5wG5lLzJLNSSrMgVVDCnQ= -github.com/ViBiOh/absto v1.0.4/go.mod h1:+e6RyntSHivIJ3FwVL8jefGVvYkDBS5gZ5XvdqXRtT0= +github.com/ViBiOh/absto v1.0.5 h1:S1QwKW9FUieYKuYOb7RrKqo0t7O40GSL2FdlYwXK3kQ= +github.com/ViBiOh/absto v1.0.5/go.mod h1:0+iBxmam48r3lMeMtU0lL7yHsAdGkcHeS644b31GlLk= github.com/ViBiOh/auth/v2 v2.14.10 h1:R8S8RRx6dUB8k1daCE4nyrMic5bBBJQLRGvRfeBrCKs= github.com/ViBiOh/auth/v2 v2.14.10/go.mod h1:sVyWtW3Vw6VbusIMh1JHJ4vMAzZoQ8a/bw8tl/r8Q/I= -github.com/ViBiOh/exas v0.5.1 h1:W10bPVmaLs+7w3jhmn/apD71v0tRzN4h+1XkBMp8j4Y= -github.com/ViBiOh/exas v0.5.1/go.mod h1:T9fwWImuYh1wKNyJq9W2d9Qa4nwwWwHexB6QrRuYzww= +github.com/ViBiOh/exas v0.5.2 h1:h+BRP8Q3Tr1aL495i0bDnGtpFLlCgWTT2YIOX8X7RBo= +github.com/ViBiOh/exas v0.5.2/go.mod h1:CaqjlqJiS3G+Gft/7BOlKbC7xQsW8hMSvjRFIWcjPB0= github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc= github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s= github.com/ViBiOh/httputils/v4 v4.47.9 h1:lEhwUZI0ioFMwzVkuNZyDVu0IrxuOT9adwOUUy1NnEQ= @@ -361,8 +361,8 @@ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96b golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 h1:1WGATo9HAhkWMbfyuVU0tEFP88OIkUvwaHFveQPvzCQ= -golang.org/x/net v0.0.0-20220907135653-1e95f45603a7/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/net v0.0.0-20220909164309-bea034e7d591 h1:D0B/7al0LLrVC8aWF4+oxpv/m8bc7ViFfVS8/gXGdqI= +golang.org/x/net v0.0.0-20220909164309-bea034e7d591/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=