Skip to content

Commit

Permalink
update deps, GCS can no finally use attribute selection
Browse files Browse the repository at this point in the history
  • Loading branch information
drakkan committed Sep 28, 2020
1 parent 13d43a2 commit 55515fe
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 47 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/drakkan/sftpgo
go 1.14

require (
cloud.google.com/go/storage v1.11.0
cloud.google.com/go/storage v1.12.0
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
github.com/aws/aws-sdk-go v1.34.21
github.com/aws/aws-sdk-go v1.34.32
github.com/eikenb/pipeat v0.0.0-20200430215831-470df5986b6d
github.com/fclairamb/ftpserverlib v0.8.1-0.20200917000118-04bdfa67808e
github.com/fsnotify/fsnotify v1.4.9 // indirect
Expand All @@ -17,19 +17,20 @@ require (
github.com/grandcat/zeroconf v1.0.0
github.com/jlaffaye/ftp v0.0.0-20200720194710-13949d38913e
github.com/lib/pq v1.8.0
github.com/magiconair/properties v1.8.2 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-sqlite3 v1.14.3
github.com/miekg/dns v1.1.31 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/otiai10/copy v1.2.0
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pires/go-proxyproto v0.1.3
github.com/pkg/sftp v1.12.1-0.20200911071146-ec5b80d98efe
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.13.0 // indirect
github.com/prometheus/common v0.14.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
github.com/rs/cors v1.7.1-0.20200626170627-8b4a00bd362b
github.com/rs/xid v1.2.1
github.com/rs/zerolog v1.19.0
github.com/rs/zerolog v1.20.0
github.com/spf13/afero v1.4.0
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
Expand All @@ -41,19 +42,17 @@ require (
go.etcd.io/bbolt v1.3.5
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
golang.org/x/tools v0.0.0-20200911040025-d179df38ff46 // indirect
google.golang.org/api v0.31.0
google.golang.org/genproto v0.0.0-20200911024640-645f7a48b24f // indirect
google.golang.org/grpc v1.32.0 // indirect
golang.org/x/net v0.0.0-20200927032502-5d4f70055728
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c
golang.org/x/tools v0.0.0-20200925191224-5d1fdd8fa346 // indirect
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20200925023002-c2d885f95484 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

replace (
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20200730125632-b21eac28818c
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20200824205004-9f5ce89c1796
golang.org/x/net => github.com/drakkan/net v0.0.0-20200911071439-e2649e3268ee
golang.org/x/net => github.com/drakkan/net v0.0.0-20200928102608-abda5caf7978
)
Loading

0 comments on commit 55515fe

Please sign in to comment.