Skip to content

Commit

Permalink
add insecure option to server module
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 committed Apr 15, 2020
1 parent 57134eb commit 214f25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ import (

"github.com/cfi2017/bl3-save/internal/server"
"github.com/cfi2017/bl3-save/internal/shared"
"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"

"github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)

Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
google.golang.org/protobuf v1.20.1
gopkg.in/yaml.v2 v2.2.8
Expand Down
2 changes: 1 addition & 1 deletion protobuf
Submodule protobuf updated from 3f9328 to 861231

0 comments on commit 214f25c

Please sign in to comment.