-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.39 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
// Copyright 2021 Plezentek, Inc. All rights reserved
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
module github.com/plezentek/dbshepherd
go 1.14
require (
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/wire v0.4.0
github.com/improbable-eng/grpc-web v0.12.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/rs/cors v1.7.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/unrolled/logger v0.0.0-20190327162521-be1a2406c7c9
go.uber.org/automaxprocs v1.3.0
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0 // indirect
k8s.io/klog v1.0.0
)