This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-manager/go.mod
Sybren A. Stüvel 5424fce794 Upgrade golang.org/x/crypto for ACME protocol v2
I also added the ACME directory URL to the log message, so that it can
be verified to be the v2 URL (and not the deprecated v1 URL).

This fixes T71444.
2019-11-12 12:51:11 +01:00

27 lines
1.0 KiB
Modula-2

module github.com/armadillica/flamenco-manager
go 1.12
require (
github.com/Azure/azure-sdk-for-go v28.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.1.0
github.com/Azure/go-autorest/autorest/azure/auth v0.1.0
github.com/Azure/go-autorest/autorest/to v0.1.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
github.com/abbot/go-http-auth v0.4.0
github.com/azure/azure-sdk-for-go v28.1.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gorilla/mux v1.7.0
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.3.0
gitlab.com/blender-institute/gossdp v0.0.0-20181105120310-0fce4178969b
golang.org/x/crypto v0.0.0-20191111213947-16651526fdb4
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v2 v2.2.2
)