Skip to content

Commit

Permalink
Merge pull request #779 from microsoft/hoftix/abstractions-direct
Browse files Browse the repository at this point in the history
- fixes indirect declarations for go abstractions
  • Loading branch information
baywet authored Nov 1, 2021
2 parents 9b614f6 + 5abe16c commit f479920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abstractions/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/microsoft/kiota/abstractions/go
go 1.16

require (
github.com/google/uuid v1.3.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.1 // indirect
github.com/google/uuid v1.3.0
github.com/yosida95/uritemplate/v3 v3.0.1
)

0 comments on commit f479920

Please sign in to comment.