forked from rolsonquadras/sidetree-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 780 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright SecureKey Technologies Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
module github.com/trustbloc/sidetree-mock
require (
github.com/evanphx/json-patch v4.1.0+incompatible
github.com/go-openapi/errors v0.19.0
github.com/go-openapi/loads v0.19.0
github.com/go-openapi/runtime v0.19.0
github.com/go-openapi/spec v0.19.0
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/swag v0.19.0
github.com/go-openapi/validate v0.19.0
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.3.0
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/trustbloc/sidetree-core-go v0.0.0-20191017153620-a489e16494b3
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
)
go 1.13