Skip to content

Commit

Permalink
Merge pull request #1181 from gotd/feat/update-getdoc
Browse files Browse the repository at this point in the history
feat: update getdoc
  • Loading branch information
ernado authored Sep 7, 2023
2 parents 64f3571 + 505f0db commit 8a18a89
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 70 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ linters-settings:
- preferWriteByte
- httpNoBody
- preferFprint
settings:
ruleguard:
failOn: dsl,import
rules: '${configDir}/gorules/rules.go'

linters:
disable-all: true
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ require (
github.com/go-faster/jx v1.1.0
github.com/go-faster/xor v1.0.0
github.com/go-openapi/inflect v0.19.0
github.com/gotd/getdoc v0.31.0
github.com/gotd/getdoc v0.32.0
github.com/gotd/ige v0.2.2
github.com/gotd/neo v0.1.5
github.com/gotd/tl v0.4.0
github.com/k0kubun/pp/v3 v3.2.0
github.com/klauspost/compress v1.16.7
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/rogpeppe/go-internal v1.11.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.17.0
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM=
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gotd/getdoc v0.31.0 h1:CXn6L/GHw1U94DjyzgSXyCfboV/49+yhCNNYkqmc1Wg=
github.com/gotd/getdoc v0.31.0/go.mod h1:qzfE27A4jhjLh1jTtwryuS0J3x2sRvQyzVYPfuZ17Yk=
github.com/gotd/getdoc v0.32.0 h1:5iC3u6H/PTCogotSFUh+xtxvDYAaN6jnNqMEENfKf9s=
github.com/gotd/getdoc v0.32.0/go.mod h1:qzfE27A4jhjLh1jTtwryuS0J3x2sRvQyzVYPfuZ17Yk=
github.com/gotd/ige v0.2.2 h1:XQ9dJZwBfDnOGSTxKXBGP4gMud3Qku2ekScRjDWWfEk=
github.com/gotd/ige v0.2.2/go.mod h1:tuCRb+Y5Y3eNTo3ypIfNpQ4MFjrnONiL2jN2AKZXmb0=
github.com/gotd/neo v0.1.5 h1:oj0iQfMbGClP8xI59x7fE/uHoTJD7NZH9oV1WNuPukQ=
Expand Down Expand Up @@ -83,8 +83,6 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/quasilyte/go-ruleguard/dsl v0.3.22 h1:wd8zkOhSNr+I+8Qeciml08ivDt1pSXe60+5DqOpCjPE=
github.com/quasilyte/go-ruleguard/dsl v0.3.22/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/sebdah/goldie/v2 v2.5.3 h1:9ES/mNN+HNUbNWpVAlrzuZ7jE+Nrczbj8uFRjM7624Y=
Expand Down
59 changes: 0 additions & 59 deletions gorules/rules.go

This file was deleted.

2 changes: 1 addition & 1 deletion tg/tl_messages_get_chat_invite_importers_gen.go

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

0 comments on commit 8a18a89

Please sign in to comment.