Skip to content

Commit

Permalink
update sharedtypes (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKuhnAnsys authored Aug 27, 2024
1 parent f9717f2 commit 9d56988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.5

require (
github.com/ansys/allie-sharedtypes v0.0.0-20240815073059-65780fa06e32
github.com/ansys/allie-sharedtypes v0.0.0-20240826135412-729787a5fd8d
github.com/google/go-github/v56 v56.0.0
github.com/google/uuid v1.6.0
github.com/pandodao/tokenizer-go v0.2.0
Expand Down
10 changes: 2 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ github.com/PuerkitoBio/goquery v1.9.2 h1:4/wZksC3KgkQw7SQgkKotmKljk0M6V8TUvA8Wb4
github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk=
github.com/andybalholm/cascadia v1.3.2 h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=
github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
github.com/ansys/allie-sharedtypes v0.0.0-20240812094219-40fbcf4ac8e6 h1:tRW+dWw2adVhCBcxmFKfSFLU/HhbhE+8Zy0eQGOCFUg=
github.com/ansys/allie-sharedtypes v0.0.0-20240812094219-40fbcf4ac8e6/go.mod h1:gJ7bJy8Le637ocpE8VFzqnrng7jRR6GcpDE1WKD2Qvc=
github.com/ansys/allie-sharedtypes v0.0.0-20240814072121-9e32b08baa71 h1:QJaH2qxb8kD1PtOgEjF9pmzdZ1FKrKuvcJY7p+ITu6Q=
github.com/ansys/allie-sharedtypes v0.0.0-20240814072121-9e32b08baa71/go.mod h1:gJ7bJy8Le637ocpE8VFzqnrng7jRR6GcpDE1WKD2Qvc=
github.com/ansys/allie-sharedtypes v0.0.0-20240814160332-985624be332b h1:+QBpPtqxf6uJl1f4xXr7RwmwRz0WPOpspIHBJ+1tjm8=
github.com/ansys/allie-sharedtypes v0.0.0-20240814160332-985624be332b/go.mod h1:gJ7bJy8Le637ocpE8VFzqnrng7jRR6GcpDE1WKD2Qvc=
github.com/ansys/allie-sharedtypes v0.0.0-20240815073059-65780fa06e32 h1:XcfSWybytKMLQ40A15CaBehAT1zjak6UXDG+AQSfpfk=
github.com/ansys/allie-sharedtypes v0.0.0-20240815073059-65780fa06e32/go.mod h1:gJ7bJy8Le637ocpE8VFzqnrng7jRR6GcpDE1WKD2Qvc=
github.com/ansys/allie-sharedtypes v0.0.0-20240826135412-729787a5fd8d h1:1GDv45U/XpOoTH9W17g5iunZiLGP4+jw2NmpE4FVHdI=
github.com/ansys/allie-sharedtypes v0.0.0-20240826135412-729787a5fd8d/go.mod h1:gJ7bJy8Le637ocpE8VFzqnrng7jRR6GcpDE1WKD2Qvc=
github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down

0 comments on commit 9d56988

Please sign in to comment.