Skip to content

Commit

Permalink
iOverloadType/iSubstType (goplus/gogen#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jan 24, 2024
1 parent a2570c8 commit 37c8906
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module golang.org/x/tools
go 1.18 // tagx:compat 1.16

require (
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32
github.com/yuin/goldmark v1.4.13
golang.org/x/mod v0.14.0
Expand All @@ -13,6 +13,6 @@ require (
)

require (
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368 // indirect
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d // indirect
github.com/qiniu/x v1.13.2 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34 h1:9BSBr4Kf4+ZX0nvLdN/fkHQ422B6f85p7ZVUn3Vtyzs=
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34/go.mod h1:qhzvnSb3dI2L2FFtysnhGOcoeI5/qnZHCsRMh8GN+q0=
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368 h1:16zrjGXKFES1T5EwfSAsIjSANprK2SHIYxKxwb5MlFY=
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368/go.mod h1:G7Hz+cAOUyJyN9pPHrpqhfQPDUtiJNmoRVTwoaQ9nw0=
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e h1:lfaXIx2G1bjlLh/ToRKIXVXJxm0nPgMmg5wx6AwRT/M=
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e/go.mod h1:qhzvnSb3dI2L2FFtysnhGOcoeI5/qnZHCsRMh8GN+q0=
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d h1:hz9JwmB4Vn1032V2lvVhHkVmajycCq9/uyfNKwQzu5g=
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d/go.mod h1:G7Hz+cAOUyJyN9pPHrpqhfQPDUtiJNmoRVTwoaQ9nw0=
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32 h1:9eOpqJKwb/V3uxfM/CZ0V9Wn/a9NtSmfx2VyXics2+I=
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32/go.mod h1:ZtlS9wHOcAVxZ/zq7WLdKVes1HG/8Yn3KNuWZGcpeTs=
github.com/qiniu/x v1.13.2 h1:mgWOfB9Rpk6AEtlBoObZVxH+b2FHSntYrxc4KX5Ta98=
Expand Down
4 changes: 2 additions & 2 deletions gopls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/google/go-cmp v0.6.0
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32
github.com/jba/printsrc v0.2.2
github.com/jba/templatecheck v0.7.0
Expand All @@ -25,7 +25,7 @@ require (
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/google/safehtml v0.1.0 // indirect
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368 // indirect
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20221212164502-fae10dda9338 // indirect
)
Expand Down
7 changes: 4 additions & 3 deletions gopls/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/google/safehtml v0.1.0 h1:EwLKo8qawTKfsi0orxcQAZzu07cICaBeFMegAU9eaT8=
github.com/google/safehtml v0.1.0/go.mod h1:L4KWwDsUJdECRAEpZoBn3O64bQaywRscowZjJAzjHnU=
github.com/goplus/c2go v0.7.20-0.20240115161159-762f74054b17/go.mod h1:WFbERV86IVV4wJ2/mLa8756Fy6iSXtlwGQbEqkYoIR4=
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34 h1:9BSBr4Kf4+ZX0nvLdN/fkHQ422B6f85p7ZVUn3Vtyzs=
github.com/goplus/gop v1.1.4-0.20240124092647-17069c460f34/go.mod h1:qhzvnSb3dI2L2FFtysnhGOcoeI5/qnZHCsRMh8GN+q0=
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e h1:lfaXIx2G1bjlLh/ToRKIXVXJxm0nPgMmg5wx6AwRT/M=
github.com/goplus/gop v1.1.4-0.20240124154926-da26f0990d0e/go.mod h1:qhzvnSb3dI2L2FFtysnhGOcoeI5/qnZHCsRMh8GN+q0=
github.com/goplus/gox v1.13.1-0.20240115155941-e657d899cb2e/go.mod h1:G7Hz+cAOUyJyN9pPHrpqhfQPDUtiJNmoRVTwoaQ9nw0=
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368 h1:16zrjGXKFES1T5EwfSAsIjSANprK2SHIYxKxwb5MlFY=
github.com/goplus/gox v1.13.1-0.20240124090446-576b08a67368/go.mod h1:G7Hz+cAOUyJyN9pPHrpqhfQPDUtiJNmoRVTwoaQ9nw0=
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d h1:hz9JwmB4Vn1032V2lvVhHkVmajycCq9/uyfNKwQzu5g=
github.com/goplus/gox v1.13.1-0.20240124161318-c8def695918d/go.mod h1:G7Hz+cAOUyJyN9pPHrpqhfQPDUtiJNmoRVTwoaQ9nw0=
github.com/goplus/mod v0.12.2-0.20240107203906-5044606d0c51/go.mod h1:ZtlS9wHOcAVxZ/zq7WLdKVes1HG/8Yn3KNuWZGcpeTs=
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32 h1:9eOpqJKwb/V3uxfM/CZ0V9Wn/a9NtSmfx2VyXics2+I=
github.com/goplus/mod v0.12.2-0.20240123033711-abba4c2e8b32/go.mod h1:ZtlS9wHOcAVxZ/zq7WLdKVes1HG/8Yn3KNuWZGcpeTs=
Expand Down

0 comments on commit 37c8906

Please sign in to comment.