Browse Source

Fix go.mod: replace for package fork and zstd dependency

kiska-2021-go-get-attempt-fe8e7dc2b162
JustAnotherArchivist 3 years ago
parent
commit
fe8e7dc2b1
1 changed files with 8 additions and 5 deletions
  1. +8
    -5
      go.mod

+ 8
- 5
go.mod View File

@@ -1,6 +1,9 @@
module github.com/dutchcoders/transfer.sh
module git.kiska.pw/kiska/transfer.sh

go 1.12
go 1.15

replace github.com/dutchcoders/transfer.sh v1.2.1 => ./
replace github.com/dutchcoders/transfer.sh-web => git.kiska.pw/kiska/transfer.sh-web v0.0.0-20210208004239-696c724b9327

require (
cloud.google.com/go v0.54.0 // indirect
@@ -10,7 +13,8 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
github.com/dutchcoders/go-virustotal v0.0.0-20140923143438-24cc8e6fa329
github.com/dutchcoders/transfer.sh-web v0.0.0-20210130180835-bc7d8b891391
github.com/dutchcoders/transfer.sh v1.2.1
github.com/dutchcoders/transfer.sh-web v0.0.0-00010101000000-000000000000
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/fatih/color v1.9.0
github.com/garyburd/redigo v1.6.0 // indirect
@@ -20,6 +24,7 @@ require (
github.com/gorilla/mux v1.7.4
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/klauspost/compress v1.11.7
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
@@ -36,5 +41,3 @@ require (
storj.io/common v0.0.0-20201207172416-78f4e59925c3
storj.io/uplink v1.4.2
)

replace github.com/dutchcoders/transfer.sh-web => git.kiska.pw/kiska/transfer.sh-web v0.0.0-20210208004239-696c724b9327

Loading…
Cancel
Save