File tree Expand file tree Collapse file tree 16 files changed +7
-10
lines changed Expand file tree Collapse file tree 16 files changed +7
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 8
8
"net/http"
9
9
"net/http/httptest"
10
10
11
- apt "github.com/apitoolkit/apitoolkit-go/v3 "
11
+ apt "github.com/apitoolkit/apitoolkit-go"
12
12
"github.com/go-chi/chi/v5"
13
13
"github.com/google/uuid"
14
14
"github.com/honeycombio/otel-config-go/otelconfig"
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
"net"
10
10
"net/http"
11
11
12
- apt "github.com/apitoolkit/apitoolkit-go/v3 "
12
+ apt "github.com/apitoolkit/apitoolkit-go"
13
13
"github.com/google/uuid"
14
14
"github.com/honeycombio/otel-config-go/otelconfig"
15
15
"github.com/labstack/echo/v4"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"errors"
6
6
7
- apt "github.com/apitoolkit/apitoolkit-go/v3 "
7
+ apt "github.com/apitoolkit/apitoolkit-go"
8
8
fiber "github.com/gofiber/fiber/v2"
9
9
"github.com/google/uuid"
10
10
"github.com/honeycombio/otel-config-go/otelconfig"
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"io"
8
8
"log"
9
9
10
- apt "github.com/apitoolkit/apitoolkit-go/v3 "
10
+ apt "github.com/apitoolkit/apitoolkit-go"
11
11
"github.com/gin-gonic/gin"
12
12
"github.com/google/uuid"
13
13
"github.com/honeycombio/otel-config-go/otelconfig"
Original file line number Diff line number Diff line change 1
- module github.com/apitoolkit/apitoolkit-go/v3
1
+ module github.com/apitoolkit/apitoolkit-go
2
2
3
3
go 1.22.3
4
4
5
5
require (
6
6
github.com/AsaiYusuke/jsonpath v1.6.0
7
- github.com/apitoolkit/apitoolkit-go v0.0.0-20250301231913-154aa1f9edd2
8
7
github.com/gin-gonic/gin v1.10.0
9
8
github.com/go-errors/errors v1.5.1
10
9
github.com/valyala/fasthttp v1.51.0
You can’t perform that action at this time.
0 commit comments