From bcbdefdb8355375964535a666a9895d59460d1b1 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Sun, 15 Oct 2023 07:15:14 -0700 Subject: [PATCH] Excavator: Manage go module dependencies (#298) --- go.mod | 16 ++++---- go.sum | 39 ++++++++++--------- .../github.com/mattn/go-isatty/isatty_bsd.go | 4 +- vendor/modules.txt | 20 +++++----- 4 files changed, 41 insertions(+), 38 deletions(-) diff --git a/go.mod b/go.mod index 68ce2b5e..da4a0b35 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.21 require ( github.com/dave/jennifer v1.4.1 - github.com/palantir/conjure-go-runtime/v2 v2.64.0 - github.com/palantir/godel/v2 v2.92.0 + github.com/palantir/conjure-go-runtime/v2 v2.65.0 + github.com/palantir/godel/v2 v2.93.0 github.com/palantir/pkg/cobracli v1.2.0 github.com/palantir/pkg/refreshable v1.4.0 github.com/pkg/errors v0.9.1 @@ -23,8 +23,8 @@ require ( github.com/golang/snappy v0.0.4 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/kr/pretty v0.2.0 // indirect - github.com/mattn/go-colorable v0.1.12 // indirect - github.com/mattn/go-isatty v0.0.14 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect github.com/mattn/go-runewidth v0.0.10 // indirect github.com/nmiyake/pkg/errorstringer v1.1.0 // indirect github.com/palantir/go-metrics v1.1.1 // indirect @@ -37,10 +37,10 @@ require ( github.com/palantir/pkg/specdir v1.2.0 // indirect github.com/palantir/pkg/tlsconfig v1.2.0 // indirect github.com/palantir/pkg/uuid v1.2.0 // indirect - github.com/palantir/witchcraft-go-error v1.28.0 // indirect - github.com/palantir/witchcraft-go-logging v1.45.0 // indirect - github.com/palantir/witchcraft-go-params v1.26.0 // indirect - github.com/palantir/witchcraft-go-tracing v1.28.0 // indirect + github.com/palantir/witchcraft-go-error v1.29.0 // indirect + github.com/palantir/witchcraft-go-logging v1.46.0 // indirect + github.com/palantir/witchcraft-go-params v1.27.0 // indirect + github.com/palantir/witchcraft-go-tracing v1.29.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rivo/uniseg v0.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect diff --git a/go.sum b/go.sum index a95e7a0c..c54a99e9 100644 --- a/go.sum +++ b/go.sum @@ -35,12 +35,14 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= -github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40= -github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= +github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= +github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= -github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= +github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/go-runewidth v0.0.10 h1:CoZ3S2P7pvtP45xOtBw+/mDL2z0RKI576gSkzRRpdGg= github.com/mattn/go-runewidth v0.0.10/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk= @@ -56,12 +58,12 @@ github.com/nwaples/rardecode v1.0.0 h1:r7vGuS5akxOnR4JQSkko62RJ1ReCMXxQRPtxsiFMB github.com/nwaples/rardecode v1.0.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0= github.com/openzipkin/zipkin-go v0.2.2 h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb9NAWI= github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= -github.com/palantir/conjure-go-runtime/v2 v2.64.0 h1:59Eb7iu9JrCc/Hr2jKL3zDFOupgfjMa4voXLx1dpch4= -github.com/palantir/conjure-go-runtime/v2 v2.64.0/go.mod h1:4qcRMCAPwNEuPiJ/kTMSR9PM+OBU76+1yivkUhnpSSg= +github.com/palantir/conjure-go-runtime/v2 v2.65.0 h1:XPtAi5ndQ9fMuyHRozwtYSu1bSV8gYkMwxzof1FIwHE= +github.com/palantir/conjure-go-runtime/v2 v2.65.0/go.mod h1:opop7q6VsvAie51uvxvlqjI1Kfhb1Yx0rvgoRVq/0as= github.com/palantir/go-metrics v1.1.1 h1:YL/UmptBjrC6iSCTVr7vfuIcjL0M359Da3/gBGNny10= github.com/palantir/go-metrics v1.1.1/go.mod h1:fRkuipBnsI4nD8Vd9UNcrUJvD8Y0wOJMSbicygcBrGs= -github.com/palantir/godel/v2 v2.92.0 h1:NjfiXoLaFp31vEmBjmh0n1BngdOn8qK83aO+ef0TwqM= -github.com/palantir/godel/v2 v2.92.0/go.mod h1:eDu5kRtSOeWgHOSXlfsuuUgbh6h83SDYZNl31OTC818= +github.com/palantir/godel/v2 v2.93.0 h1:30CaRJQNxxODAyLxO1M3ZZ0Wos8O7MYSwthOz/4i/eo= +github.com/palantir/godel/v2 v2.93.0/go.mod h1:HCzsB9fb1NRy9954m4wRvFs7EnWt7xh5ZRoLbZEBSSY= github.com/palantir/pkg v1.1.0 h1:0EhrSUP8oeeh3MUvk7V/UU7WmsN1UiJNTvNj0sN9Cpo= github.com/palantir/pkg v1.1.0/go.mod h1:KC9srP/9ssWRxBxFCIqhUGC4Jt7OJkWRz0Iqehup1/c= github.com/palantir/pkg/bytesbuffers v1.2.0 h1:MNcQa9oLySQ8921ULyW0lcvA+V6gBNK/K3o5K2bFh6A= @@ -98,14 +100,14 @@ github.com/palantir/pkg/transform v1.1.0 h1:43tnYETShELXCRro6+uc0GlgB4GZvsQ/YNH5 github.com/palantir/pkg/transform v1.1.0/go.mod h1:SHqpFkx1vKQ8Bb81VsmySYTsSHSBtgj06cZm9HihuGk= github.com/palantir/pkg/uuid v1.2.0 h1:eb7A1clc0DzchT9G0DRXi9QEkz/IYGDzLVFqZoIfrl0= github.com/palantir/pkg/uuid v1.2.0/go.mod h1:qGnKfswuHME/RjYVkj+SfcjvJ7C3gKZM4JEUordLhA4= -github.com/palantir/witchcraft-go-error v1.28.0 h1:cFTyaFy2L/VMP7lzeBNWQj03os1OxDccvsqd4MQs6iU= -github.com/palantir/witchcraft-go-error v1.28.0/go.mod h1:fqE7NdxgAjGTrR+QGYB90OF+BXg/CKszOfGSBtZC+vY= -github.com/palantir/witchcraft-go-logging v1.45.0 h1:kfUd0uyhIlGbHkM7C1NErg60shl1C7K+GQnJjOHBwbU= -github.com/palantir/witchcraft-go-logging v1.45.0/go.mod h1:wmh2XBCc/ogJkwJxcHgLr+lZMTwyOo8pw70P4Oz1lDc= -github.com/palantir/witchcraft-go-params v1.26.0 h1:eflbvD4kZpgWY9pUPUNxPhDWk9fC2JBASD1M4Foaa38= -github.com/palantir/witchcraft-go-params v1.26.0/go.mod h1:hspt+NCM0m7T8fjVwVFurdR9a+af7wcmPJYQJnqkdCM= -github.com/palantir/witchcraft-go-tracing v1.28.0 h1:uQXj3+D2kQx11c3zJeujvfdwGpejak4e0Q3EmKTN99E= -github.com/palantir/witchcraft-go-tracing v1.28.0/go.mod h1:7vibjaUBNjBR2dhMXLEh5ctFp72newKqIhD3r6e2Omk= +github.com/palantir/witchcraft-go-error v1.29.0 h1:oKR/BlcEhu/u+xBB+ZAhlPvDpSmZurhwPVcyXwe8bTE= +github.com/palantir/witchcraft-go-error v1.29.0/go.mod h1:JsJPqTJX88YJUEFEGMwwZPC0rxUdzh0an3oOj98z4t4= +github.com/palantir/witchcraft-go-logging v1.46.0 h1:1GmM8kkUXDziIS17pBr/AY/6FMtZOpxI/kxTdjAZRzI= +github.com/palantir/witchcraft-go-logging v1.46.0/go.mod h1:T6ECx7Hqdohkm1OXjQMD5+iCp2e4o66gzWsDhf589LA= +github.com/palantir/witchcraft-go-params v1.27.0 h1:2xwZA/wxbNmsARKjkhGgLceVcpn6wkXbOrntmlvbtTw= +github.com/palantir/witchcraft-go-params v1.27.0/go.mod h1:hspt+NCM0m7T8fjVwVFurdR9a+af7wcmPJYQJnqkdCM= +github.com/palantir/witchcraft-go-tracing v1.29.0 h1:pX9ocAYacfoTwIvjBWjEpyXVoxUT3CrPsywaBFHVxqY= +github.com/palantir/witchcraft-go-tracing v1.29.0/go.mod h1:s+twrZfD2zovwKb8ovgxT8dzSS+pAZVPWihq0kbCunM= github.com/pierrec/lz4 v2.0.5+incompatible h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -117,8 +119,8 @@ github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rogpeppe/go-internal v1.7.0 h1:3qqXGV8nn7GJT65debw77Dzrx9sfWYgP0DDo7xcMFRk= github.com/rogpeppe/go-internal v1.7.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rs/zerolog v1.30.0 h1:SymVODrcRsaRaSInD9yQtKbtWqwsfoPcRff/oRXLj4c= -github.com/rs/zerolog v1.30.0/go.mod h1:/tk+P47gFdPXq4QYjvCmT5/Gsug2nagsFWBWhAiSi1w= +github.com/rs/zerolog v1.31.0 h1:FcTR3NnLWW+NnTwwhFWiJSZr4ECLpqCm6QsEnyvbV4A= +github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I= github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0= @@ -150,7 +152,8 @@ golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= diff --git a/vendor/github.com/mattn/go-isatty/isatty_bsd.go b/vendor/github.com/mattn/go-isatty/isatty_bsd.go index 39bbcf00..d569c0c9 100644 --- a/vendor/github.com/mattn/go-isatty/isatty_bsd.go +++ b/vendor/github.com/mattn/go-isatty/isatty_bsd.go @@ -1,5 +1,5 @@ -//go:build (darwin || freebsd || openbsd || netbsd || dragonfly) && !appengine -// +build darwin freebsd openbsd netbsd dragonfly +//go:build (darwin || freebsd || openbsd || netbsd || dragonfly || hurd) && !appengine +// +build darwin freebsd openbsd netbsd dragonfly hurd // +build !appengine package isatty diff --git a/vendor/modules.txt b/vendor/modules.txt index 8ca36bf1..5bdf8a86 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -22,11 +22,11 @@ github.com/golang/snappy github.com/inconshreveable/mousetrap # github.com/kr/pretty v0.2.0 ## explicit; go 1.12 -# github.com/mattn/go-colorable v0.1.12 -## explicit; go 1.13 +# github.com/mattn/go-colorable v0.1.13 +## explicit; go 1.15 github.com/mattn/go-colorable -# github.com/mattn/go-isatty v0.0.14 -## explicit; go 1.12 +# github.com/mattn/go-isatty v0.0.19 +## explicit; go 1.15 github.com/mattn/go-isatty # github.com/mattn/go-runewidth v0.0.10 ## explicit; go 1.9 @@ -34,7 +34,7 @@ github.com/mattn/go-runewidth # github.com/nmiyake/pkg/errorstringer v1.1.0 ## explicit; go 1.16 github.com/nmiyake/pkg/errorstringer -# github.com/palantir/conjure-go-runtime/v2 v2.64.0 +# github.com/palantir/conjure-go-runtime/v2 v2.65.0 ## explicit; go 1.21 github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient/internal @@ -44,7 +44,7 @@ github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/errors # github.com/palantir/go-metrics v1.1.1 ## explicit; go 1.13 github.com/palantir/go-metrics -# github.com/palantir/godel/v2 v2.92.0 +# github.com/palantir/godel/v2 v2.93.0 ## explicit; go 1.21 github.com/palantir/godel/v2/framework/artifactresolver github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout @@ -90,20 +90,20 @@ github.com/palantir/pkg/tlsconfig ## explicit; go 1.19 github.com/palantir/pkg/uuid github.com/palantir/pkg/uuid/internal/uuid -# github.com/palantir/witchcraft-go-error v1.28.0 +# github.com/palantir/witchcraft-go-error v1.29.0 ## explicit; go 1.21 github.com/palantir/witchcraft-go-error github.com/palantir/witchcraft-go-error/internal/errors -# github.com/palantir/witchcraft-go-logging v1.45.0 +# github.com/palantir/witchcraft-go-logging v1.46.0 ## explicit; go 1.21 github.com/palantir/witchcraft-go-logging/internal/gopath github.com/palantir/witchcraft-go-logging/wlog github.com/palantir/witchcraft-go-logging/wlog/internal github.com/palantir/witchcraft-go-logging/wlog/svclog/svc1log -# github.com/palantir/witchcraft-go-params v1.26.0 +# github.com/palantir/witchcraft-go-params v1.27.0 ## explicit; go 1.21 github.com/palantir/witchcraft-go-params -# github.com/palantir/witchcraft-go-tracing v1.28.0 +# github.com/palantir/witchcraft-go-tracing v1.29.0 ## explicit; go 1.21 github.com/palantir/witchcraft-go-tracing/wtracing github.com/palantir/witchcraft-go-tracing/wtracing/propagation/b3