-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (16 loc) · 696 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2020 program was created by VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
module github.com/vmware/concourse-vrealize-automation-resource
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-resty/resty/v2 v2.1.0
github.com/kr/pretty v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/tbe/resource-framework v0.0.5
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)