1
0
Fork 0

upgrade airport

main
Sebastian Steger 2026-04-21 06:29:26 +00:00
parent 16e246bb08
commit 89e3c3eab9
7 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ import (
"testing" "testing"
"time" "time"
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport" "gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
) )
type BaggageSpyData struct { type BaggageSpyData struct {

View File

@ -6,7 +6,7 @@ import (
"testing" "testing"
"time" "time"
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport" "gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
) )
type FlightProviderStub struct { type FlightProviderStub struct {

View File

@ -6,7 +6,7 @@ import (
"testing" "testing"
"time" "time"
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport" "gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
) )
func TestGateSingleFlight(t *testing.T) { func TestGateSingleFlight(t *testing.T) {

View File

@ -4,7 +4,7 @@ import (
"testing" "testing"
"time" "time"
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport" "gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
) )
func TestSecurityCheck(t *testing.T) { func TestSecurityCheck(t *testing.T) {

View File

@ -1,5 +1,5 @@
module gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport module gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport
go 1.25.0 go 1.26.1
require github.com/docker/docker v28.3.3+incompatible require github.com/docker/docker v28.5.2+incompatible

View File

@ -1,2 +1,2 @@
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI= github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=

View File

@ -6,7 +6,7 @@ import (
"os" "os"
"strings" "strings"
"gitty.informatik.hs-mannheim.de/steger/pr3-code/go/06-airport/airport" "gitty.informatik.hs-mannheim.de/steger/pr3-sose2026/go/06-airport/airport"
) )
func main() { func main() {