Fedora 33 and rawhide got an updated version of the azblob library. Sadly, it introduced a non-compatible API change. This commit does the same thing asa67baf5adid for kolo/xmlrpc: We now have two wrappers around the affected part of the API. Fedora 32 uses the wrapper around the old API, whereas Fedora 33 and 34 (and RHEL with its vendored deps) use the wrapper around the new API. The switch is implemented using go build flags and spec file magic. Seea67baf5afor more thoughts. Also, there's v0.11.1-0.20201209121048-6df5d9af221d in go.mod, why? The maintainers of azblob probably tagged a wrong commit with v0.12.0 which breaks go. The long v0.11.1-.* version is basically the proper v0.12.0 commit. See https://github.com/Azure/azure-storage-blob-go/issues/236 for more information. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
9 lines
201 B
Modula-2
9 lines
201 B
Modula-2
module github.com/mattn/go-ieproxy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20191112182307-2180aed22343
|
|
golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|