Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 9c153f9

Browse files
committed
chore: update gotd
1 parent 873dc48 commit 9c153f9

File tree

8 files changed

+7057
-9530
lines changed

8 files changed

+7057
-9530
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ coverage:
99
generate:
1010
go generate ./...
1111
.PHONY: generate
12+
13+
tidy:
14+
go mod tidy
15+
16+
clean: generate tidy

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-chi/chi/v5 v5.0.4
99
github.com/google/uuid v1.3.0
1010
github.com/gotd/td v0.51.2
11-
github.com/ogen-go/ogen v0.0.0-20211025155300-128b73a875df
11+
github.com/ogen-go/ogen v0.0.0-20211027080950-b7e417d2b882
1212
github.com/stretchr/testify v1.7.0
1313
go.uber.org/zap v1.19.1
1414
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
8888
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
8989
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
9090
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
91-
github.com/ogen-go/ogen v0.0.0-20211025155300-128b73a875df h1:1b+dndyH4dfJvHzg+J0U7pA37UbX3F0yH5aRBJHpuNM=
92-
github.com/ogen-go/ogen v0.0.0-20211025155300-128b73a875df/go.mod h1:kMwNq6z7qHZ1lGVGA4JmPh91vURPrack1lrAyw5sVAE=
91+
github.com/ogen-go/ogen v0.0.0-20211027080950-b7e417d2b882 h1:MoFTV14nXbCS3l0H4T0Uox9j7ObPRgZyfcwi851RS2s=
92+
github.com/ogen-go/ogen v0.0.0-20211027080950-b7e417d2b882/go.mod h1:kMwNq6z7qHZ1lGVGA4JmPh91vURPrack1lrAyw5sVAE=
9393
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
9494
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
9595
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)