Skip to content

Commit

Permalink
fixed github.com/gogo/protobuf issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaygorodsky committed May 29, 2021
1 parent 9422c42 commit 39c2326
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 260 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
dockversion: "3"

services:
queue:
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module github.com/go-foreman/foreman
go 1.14

require (
github.com/gogo/protobuf v1.3.2
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.2
github.com/jackc/pgx/v4 v4.11.0 // indirect
github.com/jackc/pgx/v4 v4.11.0
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/errors v0.9.1
github.com/sonatype-nexus-community/nancy v1.0.21 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/vektra/mockery/v2 v2.8.0 // indirect
)
Loading

0 comments on commit 39c2326

Please sign in to comment.