Skip to content

Commit

Permalink
fix optics for interfaces (#53)
Browse files Browse the repository at this point in the history
* fix optics for interfaces
  • Loading branch information
fogfish authored Jul 14, 2023
1 parent 8385160 commit 043433f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
)

require (
github.com/fogfish/golem/hseq v1.0.1
github.com/fogfish/golem/hseq v1.0.2
github.com/fogfish/golem/optics v0.10.1
github.com/fogfish/it/v2 v2.0.1
github.com/fogfish/logger v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/ajg/form v1.5.2-0.20200323032839-9aeb3cf462e1/go.mod h1:uL1WgH+h2mgNt
github.com/aws/aws-lambda-go v1.41.0 h1:l/5fyVb6Ud9uYd411xdHZzSf2n86TakxzpvIoz7l+3Y=
github.com/aws/aws-lambda-go v1.41.0/go.mod h1:jwFe2KmMsHmffA1X2R09hH6lFzJQxzI8qK17ewzbQMM=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/fogfish/golem/hseq v1.0.1 h1:a3PMwTGmo+MPZ01HtzWTauR9g2uPv9WbdSFgCNytmP0=
github.com/fogfish/golem/hseq v1.0.1/go.mod h1:N5y7RLLJyL8iNxFOcD6mkciIBx5TJ9mT1fRszr+ByhQ=
github.com/fogfish/golem/hseq v1.0.2 h1:d3IYa6M2z8fdcNtpoQud7HkvmqVLR8vhQOn7qwm5va4=
github.com/fogfish/golem/hseq v1.0.2/go.mod h1:N5y7RLLJyL8iNxFOcD6mkciIBx5TJ9mT1fRszr+ByhQ=
github.com/fogfish/golem/optics v0.10.1 h1:6R5F1N5Djk3kuk/dOZHxZdhQCn6DTeX0s/iviWK6pwU=
github.com/fogfish/golem/optics v0.10.1/go.mod h1:N497Ekw9jrg6cIZ4ZgJTNkhkwah686Aq11IKGJMtHiM=
github.com/fogfish/guid/v2 v2.0.4 h1:EZiPlM4UAghqf7DU5/nLEF+iRH7ODe0AiFuYOMRvITQ=
Expand Down

0 comments on commit 043433f

Please sign in to comment.