aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-09-09 12:48:12 +0000
committerXe <me@christine.website>2022-09-09 12:48:12 +0000
commit82d09d6d97440f8a6764d58624ae9bc519da10c9 (patch)
treeb81dd0410eeed20f13698ef7a0a03031a43c9de0 /go.mod
parentcf5f4b7aaea51f4c4c75d4e47384c989caed0846 (diff)
downloadx-82d09d6d97440f8a6764d58624ae9bc519da10c9.tar.xz
x-82d09d6d97440f8a6764d58624ae9bc519da10c9.zip
cmd: add new command uploud
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 12 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 7d22e5e..f6fb52f 100644
--- a/go.mod
+++ b/go.mod
@@ -2,10 +2,12 @@ module within.website/x
require (
cirello.io/goherokuname v0.0.0-20190914093443-b436bae8c2c5
+ github.com/Kagami/go-avif v0.1.0
github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6
github.com/Yawning/bulb v0.0.0-20170405033506-85d80d893c3d
github.com/birkelund/boltdbcache v1.0.0
github.com/bwmarrin/discordgo v0.25.0
+ github.com/chai2010/webp v1.1.1
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/dgryski/go-failure v0.0.0-20151001134759-4963dbd58fd0
github.com/disintegration/imaging v1.6.1
@@ -29,6 +31,7 @@ require (
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
+ github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6
github.com/sycamoreone/orc v0.0.0-20150204213357-1627eaec2699
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
@@ -41,6 +44,7 @@ require (
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
+ gopkg.in/kothar/go-backblaze.v0 v0.0.0-20210124194846-35409b867216
gopkg.in/tucnak/telebot.v2 v2.0.0-20190415090633-8c1c512262f2
tailscale.com v1.30.0
tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06
@@ -54,7 +58,8 @@ require (
github.com/aclements/go-moremath v0.0.0-20190506201756-286cc0be6f75 // indirect
github.com/akutz/memconn v0.1.0 // indirect
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
- github.com/aws/aws-sdk-go-v2 v1.11.2 // indirect
+ github.com/aws/aws-sdk-go v1.44.93 // indirect
+ github.com/aws/aws-sdk-go-v2 v1.16.14 // indirect
github.com/aws/aws-sdk-go-v2/config v1.11.0 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.6.4 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.8.2 // indirect
@@ -65,7 +70,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssm v1.17.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.6.2 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.11.1 // indirect
- github.com/aws/smithy-go v1.9.0 // indirect
+ github.com/aws/smithy-go v1.13.2 // indirect
github.com/coreos/go-iptables v0.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-onlinestats v0.0.0-20170612111826-1c7d19468768 // indirect
@@ -78,15 +83,18 @@ require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
+ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-querystring v1.0.0 // indirect
+ github.com/google/readahead v0.0.0-20161222183148-eaceba169032 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
+ github.com/ifo/b2 v0.0.0-20160508130746-6ff097c9b020 // indirect
github.com/insomniacslk/dhcp v0.0.0-20211209223715-7d93572ebe8e // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/native v1.0.0 // indirect
@@ -105,9 +113,9 @@ require (
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
+ github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect
- github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
@@ -128,7 +136,7 @@ require (
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
- golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
+ golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect