Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectsyn/lieutenant-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b291422010a0c8ae2299c36cab7c1afe14eaadaf
Choose a base ref
..
head repository: projectsyn/lieutenant-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f0d1f4d9c175974ed60d8e42eb22872e5101e20
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +3 −3 go.mod
  2. +2 −2 go.sum
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/projectsyn/lieutenant-api

go 1.21
go 1.22

toolchain go1.21.6
toolchain go1.22.0

require (
github.com/AlekSi/pointer v1.2.0
github.com/cosmtrek/air v1.49.0
github.com/cosmtrek/air v1.50.0
github.com/deepmap/oapi-codegen v1.9.0
github.com/getkin/kin-openapi v0.110.0
github.com/hashicorp/golang-lru v0.5.4
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -83,8 +83,8 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cosmtrek/air v1.40.4 h1:AjSlvS7IofbSf4m0BkJLm6TnBlfREwkJ9eCmLR3FLHc=
github.com/cosmtrek/air v1.40.4/go.mod h1:Urz3nl9UBvc/rntZkXRBttYWt4sBeh2NZaGcdBbkNak=
github.com/cosmtrek/air v1.49.0 h1:/LfwnLquRoRyUO/K+m/6N5YpUkxcKcDGq2dH7RYbT9c=
github.com/cosmtrek/air v1.49.0/go.mod h1:yOz9vy7edZ75KRN9+Ofqwm3OU0wuv4Csc+ikMeZxxS8=
github.com/cosmtrek/air v1.50.0 h1:6zHhBMa4uusJLW1MbEDMU2kGfKZEjQs8BtUPbXOr5YU=
github.com/cosmtrek/air v1.50.0/go.mod h1:KgQNlJsP3g4X98VGsp4qoGwRFO3J7rbKOyeJYuhynY0=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=