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

Deprecation notice #93

Merged
merged 2 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ SPDX-FileCopyrightText: 2020 - 2025 SAP SE
SPDX-License-Identifier: Apache-2.0
-->

# Deprecation Notice

This public repository is read-only and no longer maintained.

![](https://img.shields.io/badge/STATUS-NOT%20CURRENTLY%20MAINTAINED-red.svg?longCache=true&style=flat)

# go-dblib

[![PkgGoDev](https://pkg.go.dev/badge/github.com/SAP/go-dblib)](https://pkg.go.dev/github.com/SAP/go-dblib)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0

// Deprecated: This module is no longer maintained.
module github.com/SAP/go-dblib

go 1.19
Expand Down
Loading