Skip to content

Commit

Permalink
Replace model.go dependency with Uber fork's version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 committed Sep 26, 2024
1 parent c54b03c commit c59263f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 18 deletions.
2 changes: 1 addition & 1 deletion deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package main
// Licensed under the Apache License 2.0.

import (
_ "github.com/golang/mock/mockgen/model"
_ "go.uber.org/mock/mockgen/model"
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ github.com/golang/groupcache/lru
# github.com/golang/mock v1.6.0
## explicit; go 1.11
github.com/golang/mock/gomock
github.com/golang/mock/mockgen/model
# github.com/golang/protobuf v1.5.3
## explicit; go 1.9
github.com/golang/protobuf/jsonpb
Expand Down Expand Up @@ -1409,6 +1408,7 @@ go.starlark.net/syntax
# go.uber.org/mock v0.4.0
## explicit; go 1.20
go.uber.org/mock/gomock
go.uber.org/mock/mockgen/model
# golang.org/x/crypto v0.26.0
## explicit; go 1.20
golang.org/x/crypto/blowfish
Expand Down

0 comments on commit c59263f

Please sign in to comment.