-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
23 lines (21 loc) · 771 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
// Copyright SecureKey Technologies Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
module github.com/trustbloc/sidetree-node
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-20190704193342-317707b882f9
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
)