Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions go/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/keybase/client/go

go 1.24.0
go 1.25.0

toolchain go1.25.5

require (
bazil.org/fuse v0.0.0-20200424023519-3c101025617f
camlistore.org v0.0.0-20161205184337-c55c8602d3ce
github.com/PuerkitoBio/goquery v1.5.1
github.com/PuerkitoBio/goquery v1.12.0
github.com/akavel/rsrc v0.2.1-0.20151103204339-ba14da1f8271
github.com/araddon/dateparse v0.0.0-20180729174819-cfd92a431d0e
github.com/blang/semver v3.5.1+incompatible
Expand All @@ -25,7 +25,7 @@ require (
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
github.com/go-errors/errors v1.4.2
github.com/go-sql-driver/mysql v1.9.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
github.com/golang/mock v1.6.0
github.com/hashicorp/golang-lru v0.5.4
github.com/josephspurrier/goversioninfo v0.0.0-20160622020813-53f6213da3d7
Expand Down Expand Up @@ -71,13 +71,13 @@ require (
github.com/urfave/cli v1.22.1
github.com/vividcortex/ewma v1.1.2-0.20170804035156-43880d236f69
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.46.0
golang.org/x/crypto v0.49.0
golang.org/x/image v0.34.0
golang.org/x/mobile v0.0.0-20251209145715-2553ed8ce294 // indirect
golang.org/x/net v0.48.0
golang.org/x/sync v0.19.0
golang.org/x/sys v0.39.0
golang.org/x/text v0.32.0
golang.org/x/net v0.52.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.42.0
golang.org/x/text v0.35.0
golang.org/x/time v0.14.0
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
Expand All @@ -91,7 +91,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0
github.com/gocolly/colly/v2 v2.1.1-0.20231020184023-3c987f1982ed
github.com/gocolly/colly/v2 v2.3.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/keybase/dbus v0.0.0-20220506165403-5aa21ea2c23a
gopkg.in/alecthomas/kingpin.v2 v2.2.6
Expand All @@ -104,11 +104,11 @@ require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.4 // indirect
github.com/antchfx/xpath v1.1.10 // indirect
github.com/antchfx/htmlquery v1.3.6 // indirect
github.com/antchfx/xmlquery v1.5.0 // indirect
github.com/antchfx/xpath v1.3.6 // indirect
github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
Expand All @@ -125,7 +125,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
github.com/aws/smithy-go v1.22.1 // indirect
github.com/bits-and-blooms/bitset v1.2.2-0.20220111210104-dfa3e347c392 // indirect
github.com/bits-and-blooms/bitset v1.24.4 // indirect
github.com/blevesearch/blevex v0.0.0-20190916190636-152f0fe5c040 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/segment v0.8.0 // indirect
Expand All @@ -142,7 +142,7 @@ require (
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand All @@ -156,14 +156,14 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
github.com/nf/cr2 v0.0.0-20140528043846-05d46fef4f2f // indirect
github.com/nlnwa/whatwg-url v0.1.2 // indirect
github.com/nlnwa/whatwg-url v0.6.2 // indirect
github.com/onsi/gomega v1.36.2 // indirect
github.com/pelletier/go-buffruneio v0.3.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/rwcarlsen/goexif v0.0.0-20150520140647-709fab3d192d // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/segmentio/go-loggly v0.5.1-0.20171222203950-eb91657e62b2 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/simplereach/timeutils v1.2.0 // indirect
Expand All @@ -174,20 +174,20 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
github.com/strib/gomounts v0.0.0-20180215003523-d9ea4eaa52ca // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/willf/bitset v1.1.11-0.20190404145324-77892cd8d53f // indirect
github.com/xanzy/ssh-agent v0.2.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go4.org v0.0.0-20161118210015-09d86de304dc // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
golang.org/x/tools v0.40.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
golang.org/x/tools v0.42.0 // indirect
golang.org/x/vuln v1.1.4 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.36.5 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
Expand Down
Loading