File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 "github.com/metno/forti/internal/internalprotocol"
88 "github.com/metno/forti/internal/radar"
9- "github.com/metno/forti/jsonfrontend/internal/jsonformat"
109 "github.com/metno/forti/jsonfrontend/internal/server/config"
10+ "github.com/metno/forti/jsonfrontend/pkg/jsonformat"
1111 "github.com/metno/go-weathersymbol"
1212)
1313
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ import (
1616 "time"
1717
1818 "github.com/metno/forti/internal/internalprotocol"
19- "github.com/metno/forti/jsonfrontend/internal/jsonformat"
2019 "github.com/metno/forti/jsonfrontend/internal/server/config"
2120 "github.com/metno/forti/jsonfrontend/internal/server/encode"
2221 "github.com/metno/forti/jsonfrontend/internal/server/metrics"
22+ "github.com/metno/forti/jsonfrontend/pkg/jsonformat"
2323 "google.golang.org/grpc"
2424 "google.golang.org/grpc/credentials/insecure"
2525)
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments